19
19
* GNU Affero General Public License for more details.
20
20
*
21
21
* You should have received a copy of the GNU Affero General Public License
22
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
- -->
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ -->
24
24
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
25
- android : id =" @+id/SoundrecorderActivityRoot "
25
+ android : id =" @+id/soundrecorder "
26
26
android : layout_width =" match_parent"
27
27
android : layout_height =" match_parent"
28
28
android : background =" @android:color/white"
38
38
android : textColor =" @color/dark_gray" />
39
39
40
40
<ImageView
41
- android : id =" @+id/recordButton "
41
+ android : id =" @+id/soundrecorder_imageview_record "
42
42
android : layout_width =" wrap_content"
43
43
android : layout_height =" 80dip"
44
44
android : layout_gravity =" center_horizontal"
45
45
android : background =" @android:color/transparent"
46
46
android : src =" @drawable/ic_record_inactive" />
47
47
48
48
<TextView
49
- android : id =" @+id/recording "
49
+ android : id =" @+id/soundrecorder_textview_recording_hint "
50
50
android : layout_width =" match_parent"
51
51
android : layout_height =" wrap_content"
52
52
android : gravity =" center"
53
53
android : paddingTop =" 30dip"
54
54
android : text =" @string/soundrecorder_recording"
55
55
android : textColor =" #000000"
56
- android : textSize =" 25dip "
56
+ android : textSize =" 25sp "
57
57
android : visibility =" invisible" />
58
58
59
59
<LinearLayout
60
- android : id =" @+id/recordLayout "
60
+ android : id =" @+id/soundrecorder_linearlayout_record "
61
61
android : layout_width =" fill_parent"
62
62
android : layout_height =" wrap_content"
63
63
android : layout_gravity =" center_horizontal"
71
71
android : shadowRadius =" 4" >
72
72
73
73
<TextView
74
- android : id =" @+id/recordText "
74
+ android : id =" @+id/soundrecorder_textview_record_start_stop "
75
75
android : layout_width =" wrap_content"
76
76
android : layout_height =" wrap_content"
77
77
android : layout_gravity =" center_vertical"
80
80
android : textStyle =" bold" />
81
81
</LinearLayout >
82
82
83
- <!--
84
- <Button
85
- android:id="@+id/buttonRecord"
86
- android:layout_width="wrap_content"
87
- android:layout_height="wrap_content"
88
- android:layout_gravity="center"
89
- android:drawableLeft="@drawable/ic_record_inactive_button"
90
- android:text="@string/soundrecorder_record_start" />
91
- -->
92
-
93
83
</LinearLayout >
0 commit comments