1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-05 00:12:56 +01:00
Gadgetbridge/app/src/main/res/layout/activity_vibration.xml

16 lines
567 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="false"
android:layout_centerInParent="false"
android:layout_centerVertical="false"
android:weightSum="1">
<SeekBar
android:layout_width="match_parent"
android:id="@+id/vibration_seekbar"
android:max="16"
android:scaleY="4.0"
android:layout_height="wrap_content" />
</LinearLayout>