Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neil Alexander
element-android
Commits
0d5b66f9
Commit
0d5b66f9
authored
May 12, 2021
by
Benoit Marty
Browse files
Flatten View hierarchy
parent
391e952f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vector/src/main/res/layout/item_space_beta_header.xml
View file @
0d5b66f9
<?xml version="1.0" encoding="utf-8"?>
<
Frame
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<
Linear
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:paddingStart=
"16dp"
android:paddingTop=
"8dp"
android:paddingEnd=
"16dp"
>
<
FrameLayout
<
TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"8dp"
android:orientation=
"vertical"
>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"8dp"
android:text=
"@string/spaces_header"
android:textColor=
"?riotx_text_primary"
android:textSize=
"15sp"
android:textStyle=
"bold"
app:drawableEndCompat=
"@drawable/ic_beta_pill"
/>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"8dp"
android:layout_marginBottom=
"4dp"
android:text=
"@string/spaces_beta_welcome_to_spaces_desc"
android:textColor=
"?riotx_text_secondary"
android:textSize=
"15sp"
/>
<TextView
android:id=
"@+id/spaceBetaFeedbackAction"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"4dp"
android:drawablePadding=
"8dp"
android:paddingTop=
"4dp"
android:paddingBottom=
"4dp"
android:text=
"@string/give_feedback"
android:textColor=
"@color/vector_info_color"
android:textSize=
"15sp"
app:drawableStartCompat=
"@drawable/ic_feedback"
/>
</LinearLayout>
</FrameLayout>
</FrameLayout>
\ No newline at end of file
android:layout_height=
"wrap_content"
android:layout_marginTop=
"8dp"
android:text=
"@string/spaces_header"
android:textColor=
"?riotx_text_primary"
android:textSize=
"15sp"
android:textStyle=
"bold"
app:drawableEndCompat=
"@drawable/ic_beta_pill"
/>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"8dp"
android:layout_marginBottom=
"4dp"
android:text=
"@string/spaces_beta_welcome_to_spaces_desc"
android:textColor=
"?riotx_text_secondary"
android:textSize=
"15sp"
/>
<TextView
android:id=
"@+id/spaceBetaFeedbackAction"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"4dp"
android:drawablePadding=
"8dp"
android:paddingTop=
"4dp"
android:paddingBottom=
"4dp"
android:text=
"@string/give_feedback"
android:textColor=
"@color/vector_info_color"
android:textSize=
"15sp"
app:drawableStartCompat=
"@drawable/ic_feedback"
/>
</LinearLayout>
Write
Preview
Markdown
is supported
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