Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
2b9c6508
Commit
2b9c6508
authored
Aug 14, 2019
by
Daniel Wolf
Browse files
Added caret to each line as indication that the row can be clicked
parent
083d78bb
Pipeline
#5093
passed with stages
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/fragment_settings_overview.xml
View file @
2b9c6508
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:paddingBottom=
"@dimen/activity_vertical_margin"
android:paddingLeft=
"@dimen/activity_horizontal_margin"
android:paddingRight=
"@dimen/activity_horizontal_margin"
android:paddingTop=
"@dimen/activity_vertical_margin"
android:layout_height=
"match_parent"
>
<LinearLayout
android:layout_width=
"match_parent"
android:orientation=
"vertical"
android:layout_height=
"wrap_content"
>
<
Linear
Layout
<
Relative
Layout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
...
...
@@ -15,11 +19,21 @@
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:layout_centerVertical=
"true"
android:text=
"@string/preference_category_general"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
...
...
@@ -27,11 +41,20 @@
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:layout_centerVertical=
"true"
android:text=
"@string/preference_category_notification"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
...
...
@@ -39,11 +62,20 @@
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:layout_centerVertical=
"true"
android:textStyle=
"bold"
android:text=
"@string/preference_category_pin"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
...
...
@@ -51,11 +83,20 @@
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:layout_centerVertical=
"true"
android:text=
"@string/preference_category_cache"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
...
...
@@ -63,11 +104,20 @@
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:layout_centerVertical=
"true"
android:textStyle=
"bold"
android:text=
"@string/preference_category_logging"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
...
...
@@ -75,11 +125,20 @@
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:layout_centerVertical=
"true"
android:text=
"@string/preference_category_ip"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
...
...
@@ -87,22 +146,41 @@
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:layout_centerVertical=
"true"
android:text=
"@string/preference_category_network"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
android:id=
"@+id/queryLogging"
android:textStyle=
"bold"
android:layout_height=
"wrap_content"
>
<TextView
android:layout_width=
"wrap_content"
android:textSize=
"16sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:text=
"@string/preference_category_querylogging"
android:layout_centerVertical=
"true"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<ImageView
android:layout_width=
"32dp"
android:src=
"@drawable/ic_chevron_right"
android:tint=
"?android:attr/textColor"
android:layout_alignParentEnd=
"true"
android:layout_centerVertical=
"true"
android:layout_height=
"32dp"
/>
</RelativeLayout>
</LinearLayout>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment