1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00
FBReaderJ/res/layout/animation_speed_dialog.xml
Nikolay Pultsin 21a2c42f26 1.0.1
2011-04-04 23:25:50 +01:00

13 lines
358 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<SeekBar
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/animation_speed_slider"
android:padding="4dip"
/>
</ScrollView>