diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-06-22 00:35:53 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-06-22 00:35:53 +0400 |
| commit | bc7e851b9a11655f9cbca91d301781c238c4d67e (patch) | |
| tree | 88d0438cd65bafa3ae752c5cdbebd5e4b2e0d4d9 /res/layout/headlines_row_selected.xml | |
| parent | 15e0e4ec0da3cf1b029feb57d2ce62f4129eaea4 (diff) | |
add shadows to light theme, misc layout/theme tweaks
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
| -rw-r--r-- | res/layout/headlines_row_selected.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index 8a6ee7e7..115167bb 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -13,13 +13,6 @@ android:gravity="center_vertical"
android:orientation="horizontal" >
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorSelected"
- android:paddingRight="4dip" />
-
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
|