Resources: fix sizes - dp to sp

pull/304/head
Georg Lukas 2021-03-01 09:45:41 +01:00
rodzic 0e5b211082
commit 041566548d
3 zmienionych plików z 23 dodań i 23 usunięć

Wyświetl plik

@ -10,17 +10,17 @@
android:orientation="horizontal">
<TextView
android:id="@+id/call"
android:layout_width="20dp"
android:layout_width="20sp"
android:layout_weight="0.4"
android:layout_height="wrap_content"
android:layout_marginRight="5dp"
android:layout_marginRight="5sp"
android:textColor="#b0b080"
android:textSize="24dp"
android:textSize="24sp"
android:ellipsize="marquee"
android:typeface="monospace"
/>
<LinearLayout
android:layout_width="30dp"
android:layout_width="30sp"
android:layout_weight="0.6"
android:layout_height="wrap_content"
android:gravity="center"
@ -30,14 +30,14 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#b0b0b0"
android:textSize="16dp"
android:textSize="16sp"
/>
<TextView
android:id="@+id/message"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#8080b0"
android:textSize="16dp"
android:textSize="16sp"
android:typeface="monospace"
android:focusable="false"
android:ellipsize="marquee"

Wyświetl plik

@ -9,9 +9,9 @@
android:id="@+id/listts"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="5dp"
android:layout_marginRight="5sp"
android:textColor="#b0b0b0"
android:textSize="16dp"
android:textSize="16sp"
/>
<TextView
android:id="@+id/liststatus"
@ -19,7 +19,7 @@ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textColor="#c0c080"
android:textSize="16dp"
android:textSize="16sp"
/>
</LinearLayout>
<TextView
@ -27,7 +27,7 @@ android:id="@+id/listmessage"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#30b030"
android:textSize="17dp"
android:textSize="17sp"
android:typeface="monospace"
android:focusable="false"
/>

Wyświetl plik

@ -10,40 +10,40 @@
android:orientation="horizontal">
<org.aprsdroid.app.SymbolView
android:id="@+id/station_symbol"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginLeft="1dp"
android:layout_marginRight="3dp"
android:layout_marginTop="1dp"
android:layout_marginBottom="1dp"
android:layout_width="24sp"
android:layout_height="24sp"
android:layout_marginLeft="1sp"
android:layout_marginRight="3sp"
android:layout_marginTop="1sp"
android:layout_marginBottom="1sp"
/>
<TextView
android:id="@+id/station_call"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="3dp"
android:layout_marginRight="3sp"
android:textColor="#b0b080"
android:textSize="23dp"
android:textSize="23sp"
android:typeface="monospace"
/>
<TextView
android:id="@+id/station_distage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="3dp"
android:layout_marginRight="3sp"
android:layout_weight="1"
android:gravity="center"
android:textStyle="bold"
android:textColor="#d0d0b0"
android:textSize="13dp"
android:textSize="13sp"
/>
<TextView
android:id="@+id/station_qrg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="5dp"
android:layout_marginRight="5sp"
android:textColor="#b0b080"
android:textSize="23dp"
android:textSize="23sp"
android:typeface="monospace"
/>
</LinearLayout>
@ -52,7 +52,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#8080b0"
android:textSize="17dp"
android:textSize="17sp"
android:typeface="monospace"
android:focusable="false"
/>