[mobile] adjust ui

pull/123/head
FongMi 3 years ago
parent 56a3c9c3cd
commit ce6ef3868a
  1. 6
      app/src/mobile/res/drawable/ic_cast_tv.xml
  2. 2
      app/src/mobile/res/layout/adapter_device.xml
  3. 6
      app/src/mobile/res/layout/dialog_receive.xml

@ -2,9 +2,9 @@
android:width="24dp"
android:height="24dp"
android:tint="#FFFFFF"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="@android:color/white"
android:pathData="M21,3L3,3c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h5v2h8v-2h5c1.1,0 1.99,-0.9 1.99,-2L23,5c0,-1.1 -0.9,-2 -2,-2zM21,17L3,17L3,5h18v12z" />
android:pathData="M330,840L330,760L140,760Q116,760 98,742Q80,724 80,700L80,180Q80,156 98,138Q116,120 140,120L820,120Q844,120 862,138Q880,156 880,180L880,700Q880,724 862,742Q844,760 820,760L630,760L630,840L330,840ZM140,700L820,700Q820,700 820,700Q820,700 820,700L820,180Q820,180 820,180Q820,180 820,180L140,180Q140,180 140,180Q140,180 140,180L140,700Q140,700 140,700Q140,700 140,700ZM140,700Q140,700 140,700Q140,700 140,700L140,180Q140,180 140,180Q140,180 140,180L140,180Q140,180 140,180Q140,180 140,180L140,700Q140,700 140,700Q140,700 140,700L140,700Z" />
</vector>

@ -36,7 +36,7 @@
android:layout_marginTop="2dp"
android:singleLine="true"
android:textColor="@color/white"
android:textSize="14sp"
android:textSize="12sp"
tools:text="127.0.0.1" />
</LinearLayout>

@ -50,7 +50,7 @@
android:ellipsize="end"
android:maxLines="3"
android:textColor="?android:attr/textColorPrimary"
android:textSize="14sp"
android:textSize="16sp"
tools:text="狂飆" />
<TextView
@ -59,9 +59,9 @@
android:layout_height="wrap_content"
android:layout_below="@+id/name"
android:layout_alignStart="@+id/name"
android:layout_marginTop="4dp"
android:layout_marginTop="2dp"
android:singleLine="true"
android:textColor="?android:attr/textColorPrimary"
android:textColor="?android:attr/textColorSecondary"
android:textSize="14sp"
tools:text="Xiaomi 13" />

Loading…
Cancel
Save