|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_margin="8dp" |
|
|
|
|
android:background="@drawable/shape_text" |
|
|
|
|
android:background="@drawable/shape_accent_normal" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
|
android:id="@+id/type" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
tools:src="@drawable/ic_cast_mobile" /> |
|
|
|
|
tools:src="@drawable/ic_cast_tv" /> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textColor="?android:attr/textColorPrimary" |
|
|
|
|
android:textSize="14sp" |
|
|
|
|
tools:text="Google Chrome Cast" /> |
|
|
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="2dp" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textColor="?android:attr/textColorPrimary" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
tools:text="127.0.0.1" /> |
|
|
|
|
|
|
|
|
|
|