File tree Expand file tree Collapse file tree 12 files changed +3
-25
lines changed Expand file tree Collapse file tree 12 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 9494 android : gravity =" center"
9595 android : textSize =" @dimen/pairing_step_button_text_size"
9696 android : textColor =" @android:color/black"
97- android : textAllCaps =" true"
9897 android : background =" @drawable/white_btn"
9998 android : drawableEnd =" @drawable/next_step_pairing_btn"
10099 android : drawablePadding =" 8dp"
128127 android : gravity =" center_vertical"
129128 android : textSize =" @dimen/pairing_step_button_text_size"
130129 android : textColor =" @android:color/black"
131- android : textAllCaps =" true"
132130 android : background =" @drawable/cancel_btn"
133131 android : drawableEnd =" @drawable/cancel_step_pairing_btn"
134132 android : text =" @string/txt_cancel_btn" />
145143 android : gravity =" center_vertical"
146144 android : textSize =" @dimen/pairing_step_button_text_size"
147145 android : textColor =" @android:color/black"
148- android : textAllCaps =" true"
149146 android : background =" @drawable/green_btn"
150147 android : drawableEnd =" @drawable/ic_done_black"
151148 android : text =" @string/btn_continue" />
Original file line number Diff line number Diff line change 9494 android : gravity =" center|center_vertical"
9595 android : textSize =" @dimen/pairing_step_button_text_size"
9696 android : textColor =" @android:color/black"
97- android : textAllCaps =" true"
9897 android : background =" @drawable/white_btn"
9998 android : drawableEnd =" @drawable/next_step_pairing_btn"
10099 android : drawablePadding =" 8dp"
Original file line number Diff line number Diff line change 1414
1515 <TextView
1616 android : id =" @+id/pair_tip_step_1_step"
17- style =" @style/pairing_step_title_style "
17+ style =" @style/white_header_text_style "
1818 android : contentDescription =" @string/desc_connect_tip_text_step"
1919 android : text =" @string/connect_tip_text_step" />
2020
Original file line number Diff line number Diff line change 1414
1515 <TextView
1616 android : id =" @+id/pair_enter_pattern_step_2"
17- style =" @style/pairing_step_title_style "
17+ style =" @style/white_header_text_style "
1818 android : text =" Step 2" />
1919
2020 <TextView
Original file line number Diff line number Diff line change 2424 android : background =" @drawable/editor_grey_bg"
2525 android : gravity =" start|center_vertical"
2626 android : inputType =" textNoSuggestions|textVisiblePassword"
27- android : textAllCaps =" false"
2827 android : textColor =" @android:color/white"
2928 android : textSize =" @dimen/project_items_text_size"
3029 android : visibility =" invisible" />
Original file line number Diff line number Diff line change 7373 android : gravity =" center"
7474 android : textSize =" @dimen/pairing_step_button_text_size"
7575 android : textColor =" @android:color/black"
76- android : textAllCaps =" true"
7776 android : background =" @drawable/white_btn"
7877 android : drawableEnd =" @drawable/next_step_pairing_btn"
7978 android : drawablePadding =" 8dp"
105104 android : gravity =" center_vertical"
106105 android : textSize =" @dimen/pairing_step_button_text_size"
107106 android : textColor =" @android:color/black"
108- android : textAllCaps =" true"
109107 android : background =" @drawable/cancel_btn"
110108 android : drawableEnd =" @drawable/cancel_step_pairing_btn"
111109 android : text =" @string/txt_cancel_btn" />
123121 android : gravity =" center_vertical"
124122 android : textSize =" @dimen/pairing_step_button_text_size"
125123 android : textColor =" @android:color/black"
126- android : textAllCaps =" true"
127124 android : background =" @drawable/green_btn"
128125 android : drawableEnd =" @drawable/ic_done_black"
129126 android : text =" @string/btn_continue" />
Original file line number Diff line number Diff line change 7272 android : gravity =" center|center_vertical"
7373 android : textSize =" @dimen/pairing_step_button_text_size"
7474 android : textColor =" @android:color/black"
75- android : textAllCaps =" true"
7675 android : background =" @drawable/white_btn"
7776 android : drawableEnd =" @drawable/next_step_pairing_btn"
7877 android : drawablePadding =" 8dp"
Original file line number Diff line number Diff line change 1515 <item name =" android:textSize" >@dimen/main_activity_button_text_size</item >
1616 <item name =" android:textColor" >@android:color/white</item >
1717 <item name =" android:textAlignment" >center</item >
18- <item name =" android:textAllCaps" >true</item >
1918 <item name =" android:visibility" >visible</item >
2019 </style >
2120
6362 <item name =" android:gravity" >center</item >
6463 <item name =" android:textSize" >@dimen/another_way_button_text_size</item >
6564 <item name =" android:textColor" >@android:color/black</item >
66- <item name =" android:textAllCaps" >true</item >
6765 <item name =" android:paddingStart" >@dimen/pairing_step_button_padding</item >
6866 <item name =" android:paddingEnd" >@dimen/pairing_step_button_padding</item >
6967 <item name =" android:layout_weight" >@dimen/another_way_button_layout_weight</item >
Original file line number Diff line number Diff line change 88 <style name =" AppTheme.NoActionBar" >
99 <item name =" windowActionBar" >false</item >
1010 <item name =" windowNoTitle" >true</item >
11- <item name =" android:textAllCaps" >false</item >
1211 </style >
1312
1413 <style name =" AppTheme.AppBarOverlay" parent =" ThemeOverlay.AppCompat.Dark.ActionBar" />
113112 <item name =" android:textSize" >@dimen/main_activity_button_text_size</item >
114113 <item name =" android:textColor" >@android:color/white</item >
115114 <item name =" android:textAlignment" >center</item >
116- <item name =" android:textAllCaps" >true</item >
117115 <item name =" android:visibility" >visible</item >
118116 </style >
119117
145143 </style >
146144
147145 <!-- Pairing step text styles -->
148- <style name =" pairing_step_title_style" parent =" white_header_text_style" >
149- <item name =" android:textAllCaps" >true</item >
150- </style >
151146
152147 <style name =" pairing_step_tip_text_style" parent =" white_header_text_style" >
153148 <item name =" android:textSize" >@dimen/pairing_step_tip_text_size</item >
Original file line number Diff line number Diff line change 33 <style name =" AppTheme.NoActionBar" >
44 <item name =" windowActionBar" >false</item >
55 <item name =" windowNoTitle" >true</item >
6- <item name =" android:textAllCaps" >false</item >
76 </style >
87</resources >
You can’t perform that action at this time.
0 commit comments