|
|
|
@ -22,7 +22,7 @@ |
|
|
|
android:id="@+id/logo" |
|
|
|
android:id="@+id/logo" |
|
|
|
android:layout_width="48dp" |
|
|
|
android:layout_width="48dp" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:visibility="gone" |
|
|
|
android:visibility="gone" |
|
|
|
tools:src="@drawable/ic_logo" |
|
|
|
tools:src="@drawable/ic_logo" |
|
|
|
tools:visibility="visible" /> |
|
|
|
tools:visibility="visible" /> |
|
|
|
@ -31,7 +31,7 @@ |
|
|
|
android:id="@+id/site" |
|
|
|
android:id="@+id/site" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:ellipsize="marquee" |
|
|
|
android:ellipsize="marquee" |
|
|
|
android:focusable="false" |
|
|
|
android:focusable="false" |
|
|
|
|