2013-07-15 22:51:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-12-14 10:17:26 +01:00
|
|
|
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-11-16 18:16:37 +01:00
|
|
|
android:id="@+id/app_modes_scroll_container"
|
2018-12-14 10:17:26 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="start">
|
2014-11-17 16:25:17 +01:00
|
|
|
|
2018-12-14 10:17:26 +01:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/app_modes_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="start"
|
|
|
|
android:orientation="horizontal"/>
|
2015-04-19 16:34:51 +02:00
|
|
|
|
|
|
|
</HorizontalScrollView>
|