Context-detection API for Android developed as a university project
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

scroller.xml 448B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content"
  5. android:scrollbars="none">
  6. <LinearLayout
  7. android:id="@+id/content"
  8. android:layout_width="fill_parent"
  9. android:layout_height="fill_parent"
  10. android:orientation="horizontal"/>
  11. </HorizontalScrollView>