mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-11 00:20:37 +03:00
95fa835191
Signed-off-by: R4SAS <r4sas@i2pmail.org>
25 lines
999 B
XML
25 lines
999 B
XML
<LinearLayout android:id="@+id/layout_prompt"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="@dimen/vertical_page_margin"
|
|
android:paddingLeft="@dimen/horizontal_page_margin"
|
|
android:paddingRight="@dimen/horizontal_page_margin"
|
|
android:paddingTop="@dimen/vertical_page_margin"
|
|
tools:context=".I2PDPermsAskerActivity">
|
|
|
|
<TextView
|
|
android:id="@+id/textview_explanation"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/horizontal_page_margin"
|
|
android:text="@string/permRequired" />
|
|
|
|
<Button
|
|
android:id="@+id/button_ok"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ok" />
|
|
</LinearLayout> |