App name's lower pixels were being cut in the details activity layout - fixed

This commit is contained in:
Sergey Eremin
2017-02-09 09:45:32 +03:00
parent 3be31fd6c2
commit 43374db543

View File

@@ -39,7 +39,7 @@
android:textSize="18sp"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:layout_weight="1.2"
android:textStyle="bold"
android:maxLines="1"
android:ellipsize="marquee" />
@@ -60,8 +60,7 @@
android:layout_height="0dip"
android:layout_weight="1"
android:maxLines="1"
android:ellipsize="marquee"
android:visibility="gone" />
android:ellipsize="marquee" />
</LinearLayout>