Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Revert "Add layouts for API 17"
Browse files Browse the repository at this point in the history
This reverts commit 1ce0395.

There is no need to duplicate this stuff.
  • Loading branch information
lubo committed Nov 28, 2014
1 parent eefed76 commit 78a94f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 247 deletions.
198 changes: 0 additions & 198 deletions CacheCleaner/src/main/res/layout-v17/apps_list_header.xml

This file was deleted.

48 changes: 0 additions & 48 deletions CacheCleaner/src/main/res/layout-v17/list_item.xml

This file was deleted.

2 changes: 2 additions & 0 deletions CacheCleaner/src/main/res/layout/apps_list_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
android:gravity="start|center_vertical"
android:singleLine="true"
android:text="@string/apps_list_header_title"
android:textAlignment="viewStart"
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
android:textColor="?attr/colorAccent" />

Expand Down Expand Up @@ -199,6 +200,7 @@
android:gravity="start|center_vertical"
android:singleLine="true"
android:text="@string/apps_list_header_footer"
android:textAlignment="viewStart"
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
android:textColor="?attr/colorAccent" />

Expand Down
5 changes: 4 additions & 1 deletion CacheCleaner/src/main/res/layout/list_item.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
Expand Down Expand Up @@ -34,6 +35,7 @@
android:singleLine="true"
android:ellipsize="marquee"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textAlignment="viewStart"
android:layout_gravity="start">
</TextView>

Expand All @@ -43,9 +45,10 @@
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="?android:attr/textColorSecondary"
android:textAlignment="viewStart"
android:layout_gravity="start">
</TextView>

</LinearLayout>

</LinearLayout>
</LinearLayout>

0 comments on commit 78a94f8

Please sign in to comment.