Update Settings to use new UsageStats API
Change-Id: I89740d9b0c21f1ac6aa68feedc7730dd98b244c9
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
android:paddingEnd="6dip"
|
||||
android:layout_height="wrap_content" />
|
||||
<TextView
|
||||
android:text="@string/launch_count_label"
|
||||
android:text="@string/last_time_used_label"
|
||||
android:paddingEnd="6dip"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
android:paddingStart="12dip"
|
||||
android:maxLines="1" />
|
||||
|
||||
<TextView android:id="@+id/launch_count"
|
||||
<TextView android:id="@+id/last_time_used"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
|
||||
Reference in New Issue
Block a user