SSLDroid/res/layout/read_logs.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>