Download this file

activity_main.xml    21 lines (18 with data), 712 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@id/android:list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:ignore="MergeRootFrame"
android:visibility="gone"
tools:context=".MainActivity">
<TextView
android:id="@+id/battery_txtview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="test"/>
<include layout="@layout/voice_btn_layout"
android:visibility="visible"/>
</RelativeLayout>