|
@@ -15,7 +15,7 @@
|
|
|
android:layout_height="32dp"
|
|
android:layout_height="32dp"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
android:paddingLeft="10dp"
|
|
android:paddingLeft="10dp"
|
|
|
- android:src="@mipmap/img_logo" />
|
|
|
|
|
|
|
+ android:src="@mipmap/img_logo_empty" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tvTitle"
|
|
android:id="@+id/tvTitle"
|
|
@@ -92,6 +92,6 @@
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_marginBottom="1dp"
|
|
android:layout_marginBottom="1dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="@string/tv_company"
|
|
|
|
|
|
|
+ android:text=""
|
|
|
android:textSize="@dimen/sp_small" />
|
|
android:textSize="@dimen/sp_small" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|