OSDN Git Service

Eleven: strip out app-level theming
[android-x86/packages-apps-Eleven.git] / res / layout / grid_items_normal.xml
index 96df42a..69c447d 100644 (file)
@@ -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" >
@@ -30,7 +29,7 @@
         android:gravity="center_vertical"
         android:paddingLeft="@dimen/grid_item_padding_left" >
 
-        <com.cyngn.eleven.widgets.theme.ThemeableTextView
+        <TextView
             android:id="@+id/line_one"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:maxLines="2"
             android:textColor="@color/white"
             android:textSize="@dimen/text_size_medium"
-            android:textStyle="bold"
-            app:themeResource="@null" />
+            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"
             android:layout_below="@+id/line_one"
             android:singleLine="true"
             android:textColor="@color/transparent_white"
-            android:textSize="@dimen/text_size_small"
-            app:themeResource="@null" />
+            android:textSize="@dimen/text_size_small" />
     </RelativeLayout>
 
 </RelativeLayout>
\ No newline at end of file