diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-09-01 22:22:13 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-09-01 22:22:13 +0400 |
| commit | b826481001889868a57fb37b80fcfd7b109ab1a8 (patch) | |
| tree | d742b01a01b820ca7e8fd2675f35d4a1de1c27dd /res/layout-xlarge/feeds_row_selected.xml | |
| parent | 77352728e7085bf9883c2c7d94501bce1ab8e4cf (diff) | |
properly detect portrait orientation
move to ICS style of naming resources for various dpi
bump version
Diffstat (limited to 'res/layout-xlarge/feeds_row_selected.xml')
| -rw-r--r-- | res/layout-xlarge/feeds_row_selected.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/res/layout-xlarge/feeds_row_selected.xml b/res/layout-xlarge/feeds_row_selected.xml deleted file mode 100644 index d8481005..00000000 --- a/res/layout-xlarge/feeds_row_selected.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_height="?android:attr/listPreferredItemHeight" - android:orientation="horizontal" - android:background="?feedsSelectedBackground" - android:gravity="center_vertical" - android:id="@+id/feeds_row" android:layout_width="match_parent" android:paddingBottom="4dip" android:paddingLeft="8dip" android:paddingRight="8dip" android:paddingTop="4dip"> - - <ImageView - android:id="@+id/icon" - android:layout_width="16dp" - android:layout_height="16dp" - android:scaleType="fitXY" - - android:layout_weight="0" - android:src="@drawable/ic_rss_bw" /> - - <TextView - android:id="@+id/title" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_gravity="center_vertical" - android:paddingLeft="6dip" - android:textColor="?feedlistSelectedTextColor" - android:text="{FEED}" android:layout_width="0dp" android:textSize="18dip"/> - <TextView - android:id="@+id/unread_counter" - android:gravity="right" - android:textStyle="bold" - android:paddingRight="12dp" - android:textColor="?unreadCounterColor" - android:layout_gravity="center_vertical" - android:layout_width="wrap_content" - android:layout_weight="0" - android:layout_height="wrap_content" - android:text="{123}" android:textSize="13sp"/> - -</LinearLayout>
\ No newline at end of file |