Revision control
Copy as Markdown
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="32dp"
android:elevation="1dp"
android:background="@drawable/progress_bar_background"
android:layout_margin="15dp">
<ImageView
android:id="@+id/progressAnimation"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:alpha="0.85"
android:background="@drawable/progress_loading_indicator"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"/>
<TextView
android:id="@+id/url"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:textColor="@color/tv_gray2"
android:fontFamily="@string/font_ember_regular"
android:maxLines="1"
android:layout_marginEnd="8dp"/>
</LinearLayout>