mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Initial Project Import
This commit is contained in:
32
res/layout/passphrase_timeout_dialog.xml
Normal file
32
res/layout/passphrase_timeout_dialog.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent"
|
||||
android:paddingLeft="5dip"
|
||||
android:paddingRight="5dip">
|
||||
|
||||
<LinearLayout android:orientation="horizontal"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_margin="15dip">
|
||||
|
||||
<TextView android:id="@+id/timeout_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="10dip"
|
||||
android:textSize="30dip" />
|
||||
|
||||
<Spinner android:id="@+id/scale"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/minutes_hours"/>
|
||||
|
||||
</LinearLayout>
|
||||
<SeekBar android:id="@+id/seekbar"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="15dip"
|
||||
android:max="1440"/>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user