make views clickable by removing links, split station view

storage_ts_index
Georg Lukas 2011-03-27 00:56:35 +01:00
rodzic d360c86867
commit 863537810d
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -30,7 +30,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/translation_credits"
android:text="@string/translator_credits"
/>
</LinearLayout>
</ScrollView>

Wyświetl plik

@ -29,6 +29,6 @@ android:layout_height="wrap_content"
android:textColor="#30b030"
android:textSize="17dp"
android:typeface="monospace"
android:autoLink="web"
android:focusable="false"
/>
</LinearLayout>

Wyświetl plik

@ -2,7 +2,7 @@
<ListView
android:id="@+id/postlist"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_height="100dp"
android:layout_weight="1"
></ListView>
</merge>