mirror of
https://github.com/etesync/android
synced 2024-11-26 18:08:11 +00:00
b6611131db
* Main activity with description and links * Decrease MAX_UPDATES_BEFORE_COMMIT to 25 (may fix #25)
16 lines
534 B
XML
16 lines
534 B
XML
<ScrollView 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"
|
|
tools:context=".MainActivity" >
|
|
|
|
<TextView
|
|
android:id="@+id/text_info"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:padding="20dp"
|
|
android:linksClickable="true"
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
</ScrollView>
|