Fix minor UI glitch

This commit is contained in:
Mr. Dragon
2018-01-21 01:55:15 +05:30
parent 1c96623f12
commit ea05de084f
2 changed files with 4 additions and 11 deletions

View File

@@ -3,11 +3,6 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_margin="5dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -21,9 +16,8 @@
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:text="@string/list_update_all_txt"
android:layout_margin="16dp"
android:textSize="16dp"
android:textStyle="bold"
android:layout_margin="15dp"
android:textSize="20dp"
android:visibility="gone" />
<Button
@@ -40,7 +34,6 @@
android:visibility="gone" />
</RelativeLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:layout_width="match_parent"

View File

@@ -11,8 +11,8 @@
<string name="list_incompatible">incompatible</string>
<string name="list_check_updates">Check update</string>
<string name="list_check_updates_txt">My apps and games</string>
<string name="list_update_all">Update</string>
<string name="list_update_all_txt">Update following apps..</string>
<string name="list_update_all">Update now</string>
<string name="list_update_all_txt">Update(s) available</string>
<string name="list_updating">Updating…</string>
<string name="list_app_has_ads">has ads</string>
<string name="list_app_no_ads">no ads</string>