Commit 93598d3a authored by Wang Han's avatar Wang Han Committed by topjohnwu

Fix download button overlay on repo description when expanded

parent 53aebcfb
...@@ -69,7 +69,8 @@ ...@@ -69,7 +69,8 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:text="@string/no_info_provided" android:text="@string/no_info_provided"
android:textAppearance="?android:attr/textAppearanceSmall" android:textAppearance="?android:attr/textAppearanceSmall"
android:textIsSelectable="false"/> android:textIsSelectable="false"
android:layout_alignEnd="@+id/author" />
<ImageView <ImageView
android:id="@+id/update" android:id="@+id/update"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment