|
21 | 21 | app:wlv_borderWidth="3dp" |
22 | 22 | app:wlv_progressValue="40" |
23 | 23 | app:wlv_shapeType="circle" |
24 | | - app:wlv_wave_background_Color="@android:color/holo_blue_light" |
25 | 24 | app:wlv_round_rectangle="true" |
26 | 25 | app:wlv_triangle_direction="north" |
27 | 26 | app:wlv_titleCenter="Center Title" |
|
197 | 196 | android:layout_toRightOf="@id/tv_wave_color"/> |
198 | 197 |
|
199 | 198 | <TextView |
200 | | - android:id="@+id/tv_border_color" |
| 199 | + android:id="@+id/tv_wave_background_color" |
201 | 200 | android:layout_width="wrap_content" |
202 | 201 | android:layout_height="32dp" |
203 | 202 | android:layout_below="@+id/tv_wave_color" |
204 | 203 | android:gravity="center_vertical" |
| 204 | + android:text="Background Color:" |
| 205 | + android:textColor="@color/colorPrimaryText"/> |
| 206 | + |
| 207 | + <com.larswerkman.lobsterpicker.sliders.LobsterShadeSlider |
| 208 | + android:id="@+id/shadeslider_wave_background_color" |
| 209 | + android:layout_width="match_parent" |
| 210 | + android:layout_height="wrap_content" |
| 211 | + android:layout_alignTop="@+id/tv_wave_background_color" |
| 212 | + android:layout_below="@+id/shadeslider_wave_color" |
| 213 | + android:layout_marginTop="5dp" |
| 214 | + android:layout_toRightOf="@id/tv_wave_background_color"/> |
| 215 | + |
| 216 | + |
| 217 | + <TextView |
| 218 | + android:id="@+id/tv_border_color" |
| 219 | + android:layout_width="wrap_content" |
| 220 | + android:layout_height="32dp" |
| 221 | + android:layout_below="@+id/tv_wave_background_color" |
| 222 | + android:gravity="center_vertical" |
205 | 223 | android:text="Board Color:" |
206 | 224 | android:textColor="@color/colorPrimaryText"/> |
207 | 225 |
|
|
210 | 228 | android:layout_width="match_parent" |
211 | 229 | android:layout_height="wrap_content" |
212 | 230 | android:layout_alignTop="@+id/tv_border_color" |
213 | | - android:layout_below="@+id/shadeslider_wave_color" |
| 231 | + android:layout_below="@+id/shadeslider_wave_background_color" |
214 | 232 | android:layout_marginTop="5dp" |
215 | 233 | android:layout_toRightOf="@id/tv_border_color"/> |
216 | 234 |
|
|
0 commit comments