Add transparency to button

This commit is contained in:
misaochan 2016-10-07 23:12:39 +13:00
parent 5f3ea4db52
commit 7d0dae4cf0

View file

@ -35,6 +35,7 @@
<Button <Button
android:text="@string/use_previous" android:text="@string/use_previous"
android:background="@android:color/transparent"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/titleDescButton" /> android:id="@+id/titleDescButton" />