mirror of
https://github.com/moparisthebest/SSLDroid
synced 2025-01-12 13:48:00 -05:00
Removed deprecated "editable" attribute
Signed-off-by: Balint Kovacs <blint@blint.hu>
This commit is contained in:
parent
cacac3cc50
commit
56e9474829
@ -1,4 +1,4 @@
|
||||
<?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:editable="false" android:id="@+id/logTextView" android:text="@string/reading_logs"/>
|
||||
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="none" android:id="@+id/logTextView" android:text="@string/reading_logs"/>
|
||||
</ScrollView>
|
||||
|
Loading…
Reference in New Issue
Block a user