Signal-Android/app/src/main/res/layout/custom_expire_timer_select_...

11 wiersze
471 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.thoughtcrime.securesms.components.settings.app.privacy.expire.CustomExpireTimerSelectorView
android:id="@+id/custom_expire_timer_select_dialog_selector"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>