|
@@ -4,7 +4,7 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="start|center_vertical">
|
|
|
+ android:gravity="end|center_vertical">
|
|
|
|
|
|
<ProgressBar
|
|
|
android:id="@android:id/progress"
|
|
@@ -15,11 +15,13 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@android:id/message"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:fontFamily="sans-serif"
|
|
|
android:textSize="16sp"
|
|
|
tools:text="Message"
|
|
|
- tools:ignore="UnusedAttribute" />
|
|
|
+ tools:ignore="UnusedAttribute"
|
|
|
+ android:gravity="start"
|
|
|
+ android:textAlignment="viewStart" />
|
|
|
|
|
|
</LinearLayout>
|