|
51 | 51 |
|
52 | 52 | </app.simple.positional.decorations.ripple.DynamicRippleLinearLayout>
|
53 | 53 |
|
| 54 | + <app.simple.positional.decorations.ripple.DynamicRippleLinearLayout |
| 55 | + android:id="@+id/settings_coordinates" |
| 56 | + android:layout_width="match_parent" |
| 57 | + android:layout_height="wrap_content" |
| 58 | + android:background="@drawable/ripple" |
| 59 | + android:visibility="gone" |
| 60 | + android:clickable="true" |
| 61 | + android:focusable="true" |
| 62 | + android:orientation="vertical" |
| 63 | + android:padding="15dp"> |
| 64 | + |
| 65 | + <TextView |
| 66 | + android:layout_width="wrap_content" |
| 67 | + android:layout_height="wrap_content" |
| 68 | + android:fontFamily="@font/medium" |
| 69 | + android:text="@string/app_coordinates_format" |
| 70 | + android:textColor="@color/textPrimary" |
| 71 | + android:textSize="@dimen/settings_primary_text_size" /> |
| 72 | + |
| 73 | + <TextView |
| 74 | + android:id="@+id/current_coordinate_format" |
| 75 | + android:layout_width="wrap_content" |
| 76 | + android:layout_height="wrap_content" |
| 77 | + android:fontFamily="@font/regular" |
| 78 | + android:textColor="@color/textTertiary" |
| 79 | + android:textSize="@dimen/settings_secondary_text_size" /> |
| 80 | + |
| 81 | + </app.simple.positional.decorations.ripple.DynamicRippleLinearLayout> |
| 82 | + |
54 | 83 | <app.simple.positional.decorations.ripple.DynamicRippleLinearLayout
|
55 | 84 | android:id="@+id/settings_location_provider"
|
56 | 85 | android:layout_width="match_parent"
|
|
0 commit comments