mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-14 21:15:09 -05:00
56e9474829
Signed-off-by: Balint Kovacs <blint@blint.hu>
5 lines
509 B
XML
5 lines
509 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView android:id="@+id/scrollView1" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:focusableInTouchMode="true" android:focusable="true" android:longClickable="false">
|
|
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="none" android:id="@+id/logTextView" android:text="@string/reading_logs"/>
|
|
</ScrollView>
|