1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Fix: scroll position lost because of textIsSelectable attribute on title

This commit is contained in:
Christophe Beyls 2014-01-08 22:28:39 +01:00
parent 6e11286b26
commit 7cefa9f541

View file

@ -14,7 +14,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="sans-serif-light" android:fontFamily="sans-serif-light"
android:textIsSelectable="true"
android:textSize="@dimen/title_text_size" /> android:textSize="@dimen/title_text_size" />
<TextView <TextView
@ -22,7 +21,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="sans-serif-light" android:fontFamily="sans-serif-light"
android:textIsSelectable="true"
android:textSize="@dimen/subtitle_text_size" /> android:textSize="@dimen/subtitle_text_size" />
<TextView <TextView