Fix download button overlay on repo description when expanded

This commit is contained in:
Wang Han 2017-01-03 20:45:46 +08:00 committed by topjohnwu
parent 53aebcfb1e
commit 93598d3a51

View File

@ -69,7 +69,8 @@
android:layout_gravity="center_vertical"
android:text="@string/no_info_provided"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textIsSelectable="false"/>
android:textIsSelectable="false"
android:layout_alignEnd="@+id/author" />
<ImageView
android:id="@+id/update"