kopia lustrzana https://github.com/ge0rg/aprsdroid
make views clickable by removing links, split station view
rodzic
d360c86867
commit
863537810d
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Ładowanie…
Reference in New Issue