mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 09:20:23 +00:00
remove PassphraseTimeoutPreference since its no longer used
closes #2565 //FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
5602a3dfc0
commit
a2b5bf54c8
@@ -1,32 +0,0 @@
|
||||
<?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