mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 13:08:59 -04:00
Fix minor UI glitch
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user