summaryrefslogtreecommitdiffstats
path: root/res/layout/list_item_detailed_no_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/list_item_detailed_no_background.xml')
-rw-r--r--res/layout/list_item_detailed_no_background.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/res/layout/list_item_detailed_no_background.xml b/res/layout/list_item_detailed_no_background.xml
index 2eda428..f8be1d4 100644
--- a/res/layout/list_item_detailed_no_background.xml
+++ b/res/layout/list_item_detailed_no_background.xml
@@ -15,7 +15,6 @@
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res/com.cyngn.eleven"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical" >
@@ -42,7 +41,7 @@
android:background="@color/list_item_background"
android:padding="@dimen/list_preferred_item_padding" >
- <com.cyngn.eleven.widgets.theme.ThemeableTextView
+ <TextView
android:id="@+id/line_one"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -50,10 +49,9 @@
android:maxLines="2"
android:textColor="@color/white"
android:textSize="@dimen/text_size_medium"
- android:textStyle="bold"
- app:themeResource="line_one" />
+ android:textStyle="bold" />
- <com.cyngn.eleven.widgets.theme.ThemeableTextView
+ <TextView
android:id="@+id/line_two"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -61,18 +59,16 @@
android:layout_marginTop="@dimen/list_item_line_two_margin_top"
android:maxLines="2"
android:textColor="@color/transparent_white"
- android:textSize="@dimen/text_size_small"
- app:themeResource="line_two" />
+ android:textSize="@dimen/text_size_small" />
- <com.cyngn.eleven.widgets.theme.ThemeableTextView
+ <TextView
android:id="@+id/line_three"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:singleLine="true"
android:textColor="@color/transparent_white"
- android:textSize="@dimen/text_size_small"
- app:themeResource="line_three" />
+ android:textSize="@dimen/text_size_small" />
</RelativeLayout>
</RelativeLayout> \ No newline at end of file