summaryrefslogtreecommitdiffstats
path: root/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml')
-rw-r--r--tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml b/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml
index e0a416e..4d483c7 100644
--- a/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml
+++ b/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml
@@ -16,11 +16,8 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/oh_hai_text"
- android:layout_width="150dp"
- android:layout_height="150dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:text="@string/oh_hai"
- android:background="#8fff"
- android:textColor="#000"
- android:textStyle="bold"
/>