mirror of
https://github.com/bspeice/itcs4180
synced 2025-07-02 06:16:48 -04:00
Added default of INVISIBLE to result button
This commit is contained in:
@ -48,6 +48,7 @@
|
||||
android:id="@+id/btnViewResult"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="invisible"
|
||||
android:text="@string/btnViewResult" />
|
||||
|
||||
<LinearLayout
|
||||
|
Reference in New Issue
Block a user