15 lines
No EOL
506 B
XML
15 lines
No EOL
506 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="left">
|
|
|
|
<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> |