|
|
@@ -7,14 +7,14 @@
|
|
|
android:layout_height="50dp">
|
|
|
|
|
|
<ProgressBar
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp" />
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="30dp" />
|
|
|
|
|
|
<TextView
|
|
|
android:text="@string/more_loading"
|
|
|
- android:textSize="14sp"
|
|
|
- android:layout_marginLeft="3dp"
|
|
|
- android:layout_marginStart="3dp"
|
|
|
+ android:textSize="15sp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content" />
|
|
|
|