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, 5 insertions, 2 deletions
diff --git a/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml b/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml
index 4d483c7..e0a416e 100644
--- a/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml
+++ b/tests/gadgets/GadgetProviderTest/res/layout/test_gadget.xml
@@ -16,8 +16,11 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/oh_hai_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="150dp"
+ android:layout_height="150dp"
android:text="@string/oh_hai"
+ android:background="#8fff"
+ android:textColor="#000"
+ android:textStyle="bold"
/>