2013-07-15 22:51:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-04-19 16:34:51 +02:00
|
|
|
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="left"
|
|
|
|
android:layout_marginLeft="5dp">
|
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"
|
|
|
|
android:gravity="left"
|
|
|
|
android:orientation="horizontal" >
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</HorizontalScrollView>
|