summaryrefslogtreecommitdiffstats
path: root/res/layout/proc_stats_ui.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@android.com>2015-05-21 15:24:37 -0400
committerJason Monk <jmonk@google.com>2015-05-26 11:41:37 -0400
commitbeb171d2e50f93b5fb78d73b372a4981e13e04ff (patch)
tree23e2f38cf7954e0236504e3077880ece287bca6f /res/layout/proc_stats_ui.xml
parent85a72a9088d6be0cd0fda03d0e80a24a8fcaa4cb (diff)
downloadpackages_apps_Settings-beb171d2e50f93b5fb78d73b372a4981e13e04ff.zip
packages_apps_Settings-beb171d2e50f93b5fb78d73b372a4981e13e04ff.tar.gz
packages_apps_Settings-beb171d2e50f93b5fb78d73b372a4981e13e04ff.tar.bz2
Unbanish memory screen and new UX
Give memory screen a makeover so that it looks nice enough to be restored to its rightful home. Bug: 20694769 Change-Id: I2f6933037b3fbbfb0d9fe5e3ca821ef59e171faa
Diffstat (limited to 'res/layout/proc_stats_ui.xml')
-rw-r--r--res/layout/proc_stats_ui.xml22
1 files changed, 6 insertions, 16 deletions
diff --git a/res/layout/proc_stats_ui.xml b/res/layout/proc_stats_ui.xml
index 5f78178..9d0a22d 100644
--- a/res/layout/proc_stats_ui.xml
+++ b/res/layout/proc_stats_ui.xml
@@ -28,28 +28,18 @@
android:id="@+id/memory_state"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="20dp"
- android:layout_marginBottom="10dp"
- android:textAppearance="@android:style/TextAppearance.Material.Subhead"
+ android:layout_marginTop="5dp"
+ android:layout_marginBottom="5dp"
+ android:textColor="?android:attr/colorAccent"
+ android:textAppearance="@android:style/TextAppearance.Material.Display1"
/>
<com.android.settings.applications.LinearColorBar
android:id="@+id/color_bar"
android:layout_width="match_parent"
- android:layout_height="30dp"
+ android:layout_height="28dp"
+ android:layout_marginBottom="15dp"
/>
- <TextView
- android:id="@+id/memory_used"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="2dp"
- android:layout_marginBottom="10dp"
- android:textAppearance="@android:style/TextAppearance.Material.Small"
- android:textColor="?android:attr/textColorSecondary"
- />
-
- <include layout="@layout/memory_key" />
-
</LinearLayout>