mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-23 17:32:15 -05:00
2e55c4e2c3
Signed-off-by: Balint Kovacs <blint@blint.hu>
5 lines
443 B
XML
5 lines
443 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">
|
|
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="none" android:editable="false" android:id="@+id/logTextView" android:text="@string/reading_logs"/>
|
|
</ScrollView>
|