Buddhism/app/src/main/res/layout/bye_button.xml
Gabriel Tofvesson bebc6ebca0 My first commit
2016-02-24 20:53:47 +01:00

10 lines
296 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Button
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"
android:id="@+id/button">
</Button>