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_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:autoLink="web" android:autoLink="web"
android:text="@string/translation_credits" android:text="@string/translator_credits"
/> />
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>

Wyświetl plik

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

Wyświetl plik

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