Commit a08eb8a4 authored by topjohnwu's avatar topjohnwu

Hide install button by default

Close #1037
parent b3140276
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
android:layout_marginRight="8dp" android:layout_marginRight="8dp"
android:maxLines="1" android:maxLines="1"
android:text="@string/install" android:text="@string/install"
android:visibility="gone"
app:autoSizeMaxTextSize="14sp" app:autoSizeMaxTextSize="14sp"
app:autoSizeTextType="uniform" app:autoSizeTextType="uniform"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
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