This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +21
-11
lines changed Expand file tree Collapse file tree 9 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<RelativeLayout
11
11
android : layout_width =" match_parent"
12
- android : layout_height =" wrap_content "
12
+ android : layout_height =" match_parent "
13
13
android : gravity =" center" >
14
14
15
15
<View
Original file line number Diff line number Diff line change 27
27
28
28
<LinearLayout
29
29
android : layout_width =" match_parent"
30
- android : layout_height =" wrap_content "
30
+ android : layout_height =" match_parent "
31
31
android : orientation =" vertical" >
32
32
33
33
<RelativeLayout
Original file line number Diff line number Diff line change 3
3
4
4
<LinearLayout
5
5
android : layout_width =" match_parent"
6
- android : layout_height =" @dimen/developer_options_row_width"
6
+ android : layout_height =" match_parent"
7
+ android : paddingTop =" 5dp"
8
+ android : paddingBottom =" 5dp"
7
9
android : orientation =" vertical" >
8
10
9
11
<RelativeLayout
19
21
android : layout_marginEnd =" 10dp"
20
22
android : layout_toStartOf =" @+id/button"
21
23
android : gravity =" center_vertical"
22
- tools : text =" Edit Setting Description " />
24
+ tools : text =" @string/privacy_options_popups_reset " />
23
25
24
26
<TextView
25
27
android : id =" @+id/button"
Original file line number Diff line number Diff line change 3
3
4
4
<LinearLayout
5
5
android : layout_width =" match_parent"
6
- android : layout_height =" @dimen/developer_options_row_width"
6
+ android : layout_height =" match_parent"
7
+ android : paddingTop =" 5dp"
8
+ android : paddingBottom =" 5dp"
7
9
android : orientation =" vertical" >
8
10
9
11
<RelativeLayout
Original file line number Diff line number Diff line change 3
3
4
4
<LinearLayout
5
5
android : layout_width =" match_parent"
6
- android : layout_height =" @dimen/developer_options_row_width"
6
+ android : layout_height =" match_parent"
7
+ android : paddingTop =" 5dp"
8
+ android : paddingBottom =" 5dp"
7
9
android : orientation =" vertical" >
8
10
9
11
<RelativeLayout
Original file line number Diff line number Diff line change 3
3
4
4
<LinearLayout
5
5
android : layout_width =" match_parent"
6
- android : layout_height =" wrap_content"
6
+ android : layout_height =" match_parent"
7
+ android : paddingTop =" 5dp"
8
+ android : paddingBottom =" 5dp"
7
9
android : orientation =" vertical" >
8
10
9
11
<RelativeLayout
17
19
android : layout_alignParentStart =" true"
18
20
android : layout_alignParentTop =" true"
19
21
android : layout_centerVertical =" true"
20
- android : layout_marginBottom =" 20dp "
22
+ android : layout_marginBottom =" 10dp "
21
23
tools : text =" Radio Setting Description" />
22
24
23
25
<RadioGroup
Original file line number Diff line number Diff line change 5
5
<LinearLayout
6
6
android : id =" @+id/layout"
7
7
android : layout_width =" match_parent"
8
- android : layout_height =" @dimen/developer_options_row_width"
8
+ android : layout_height =" match_parent"
9
+ android : paddingTop =" 5dp"
10
+ android : paddingBottom =" 5dp"
9
11
android : orientation =" vertical" >
10
12
11
13
<RelativeLayout
Original file line number Diff line number Diff line change 134
134
<dimen name =" options_height" >385dp</dimen >
135
135
136
136
<!-- Developer Panel -->
137
- <dimen name =" options_button_width" >120dp </dimen >
137
+ <dimen name =" options_button_width" >140dp </dimen >
138
138
<dimen name =" options_button_height" >30dp</dimen >
139
139
<dimen name =" options_text_height" >30dp</dimen >
140
140
<dimen name =" developer_options_row_width" >40dp</dimen >
Original file line number Diff line number Diff line change 363
363
364
364
<style name =" settingsButtonDescriptionText" >
365
365
<item name =" android:layout_width" >wrap_content</item >
366
- <item name =" android:layout_height" >@dimen/options_text_height </item >
366
+ <item name =" android:layout_height" >wrap_content </item >
367
367
<item name =" android:gravity" >center</item >
368
368
<item name =" android:textColor" >@color/fog</item >
369
369
<item name =" android:textSize" >@dimen/text_medium_size</item >
You can’t perform that action at this time.
0 commit comments