aboutsummaryrefslogtreecommitdiffstats
path: root/samples/customtiles/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/customtiles/res/layout/main.xml')
-rw-r--r--samples/customtiles/res/layout/main.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/customtiles/res/layout/main.xml b/samples/customtiles/res/layout/main.xml
index 8b07f8d..416a6e5 100644
--- a/samples/customtiles/res/layout/main.xml
+++ b/samples/customtiles/res/layout/main.xml
@@ -10,5 +10,17 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/custom_tile_publish"/>
+
+ <Button
+ android:id="@+id/custom_tile_list_expanded_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/custom_tile_list_publish"/>
+
+ <Button
+ android:id="@+id/custom_tile_grid_expanded_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/custom_tile_grid_publish"/>
</LinearLayout>