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