Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
cc8f1adc
Commit
cc8f1adc
authored
Oct 02, 2019
by
Viktor De Pasquale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more styles regarding homescreen
parent
122e2f7a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
372 additions
and
153 deletions
+372
-153
item_developer.xml
app/src/main/res/layout/item_developer.xml
+44
-0
test.xml
app/src/main/res/layout/test.xml
+304
-152
attrs.xml
app/src/main/res/values/attrs.xml
+5
-0
styles_md2.xml
app/src/main/res/values/styles_md2.xml
+4
-0
styles_md2_impl.xml
app/src/main/res/values/styles_md2_impl.xml
+15
-1
No files found.
app/src/main/res/layout/item_developer.xml
0 → 100644
View file @
cc8f1adc
<?xml version="1.0" encoding="utf-8"?>
<layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
>
<data></data>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
tools:layout_gravity=
"center"
tools:paddingEnd=
"@dimen/l1"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/developer_link"
style=
"?styleImageNormal"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/ic_paypal"
/>
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/developer_link_name"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/l_50"
android:textAppearance=
"?appearanceTextCaptionNormal"
android:textStyle=
"bold"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/developer_link"
tools:text=
"Paypal"
/>
<androidx.appcompat.widget.AppCompatImageView
style=
"?styleImageSmall"
android:layout_marginStart=
"@dimen/l_50"
app:layout_constraintBottom_toBottomOf=
"@+id/developer_link_name"
app:layout_constraintStart_toEndOf=
"@+id/developer_link_name"
app:layout_constraintTop_toTopOf=
"@+id/developer_link_name"
app:srcCompat=
"@drawable/ic_more"
app:tint=
"?colorTextTransient"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
\ No newline at end of file
app/src/main/res/layout/test.xml
View file @
cc8f1adc
...
@@ -46,14 +46,18 @@
...
@@ -46,14 +46,18 @@
</com.google.android.material.appbar.AppBarLayout>
</com.google.android.material.appbar.AppBarLayout>
<
LinearLayout
<
androidx.core.widget.NestedScrollView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:clipToPadding=
"false"
android:clipToPadding=
"false"
android:orientation=
"vertical"
android:padding=
"@dimen/l1"
android:padding=
"@dimen/l1"
app:layout_behavior=
"com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
>
app:layout_behavior=
"com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
@@ -217,10 +221,86 @@
...
@@ -217,10 +221,86 @@
android:layout_marginBottom=
"@dimen/l2"
android:layout_marginBottom=
"@dimen/l2"
android:background=
"?colorSurfaceVariant"
/>
android:background=
"?colorSurfaceVariant"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/support_icon"
style=
"?styleIconNormal"
android:padding=
"0dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:tint=
"@null"
tools:src=
"@tools:sample/avatars"
/>
<com.google.android.material.card.MaterialCardView
<com.google.android.material.card.MaterialCardView
style=
"?styleCardNormal"
style=
"?styleCardNormal"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/l1"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@+id/support_icon"
app:layout_constraintTop_toTopOf=
"parent"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:padding=
"@dimen/l1"
>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"sans-serif-black"
android:textAppearance=
"?appearanceTextCaptionNormal"
android:textStyle=
"bold"
tools:text=
"\@topjohnwu"
/>
<androidx.recyclerview.widget.RecyclerView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:clipToPadding=
"false"
android:fadingEdgeLength=
"@dimen/l1"
android:orientation=
"horizontal"
android:paddingTop=
"@dimen/l1"
android:requiresFadingEdge=
"horizontal"
app:layoutManager=
"androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem=
"@layout/item_developer"
/>
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/l1"
tools:visibility=
"gone"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/support_icon"
style=
"?styleIconNormal"
android:padding=
"0dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:tint=
"@null"
tools:src=
"@tools:sample/avatars"
/>
<com.google.android.material.card.MaterialCardView
style=
"?styleCardNormal"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/l1"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@+id/support_icon"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
>
<LinearLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
...
@@ -231,24 +311,96 @@
...
@@ -231,24 +311,96 @@
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"end"
android:fontFamily=
"sans-serif-black"
android:fontFamily=
"sans-serif-black"
android:textAllCaps=
"true"
android:textAppearance=
"?appearanceTextCaptionNormal"
android:textAppearance=
"?appearanceTextCaptionNormal"
android:textSize=
"10sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
tools:text=
"Support us"
/>
tools:text=
"\@diareuse"
/>
<androidx.recyclerview.widget.RecyclerView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:clipToPadding=
"false"
android:fadingEdgeLength=
"@dimen/l1"
android:orientation=
"horizontal"
android:paddingTop=
"@dimen/l1"
android:requiresFadingEdge=
"horizontal"
app:layoutManager=
"androidx.recyclerview.widget.LinearLayoutManager"
app:reverseLayout=
"true"
tools:listitem=
"@layout/item_developer"
/>
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
</androidx.constraintlayout.widget.ConstraintLayout>
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:layout_marginTop=
"@dimen/l1"
android:layout_marginBottom=
"@dimen/l1"
android:background=
"?colorSurfaceVariant"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/support_icon"
style=
"?styleIconNormal"
android:padding=
"0dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:tint=
"@null"
tools:src=
"@tools:sample/avatars"
/>
<com.google.android.material.card.MaterialCardView
style=
"?styleCardNormal"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/l1"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@+id/support_icon"
app:layout_constraintTop_toTopOf=
"parent"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:padding=
"@dimen/l1"
>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"sans-serif-black"
android:textAppearance=
"?appearanceTextCaptionNormal"
android:textStyle=
"bold"
tools:text=
"Project links"
/>
<androidx.recyclerview.widget.RecyclerView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
tools:text=
"todo..."
/>
android:clipToPadding=
"false"
android:fadingEdgeLength=
"@dimen/l1"
android:orientation=
"horizontal"
android:paddingTop=
"@dimen/l1"
android:requiresFadingEdge=
"horizontal"
app:layoutManager=
"androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem=
"@layout/item_developer"
/>
</LinearLayout>
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
</com.google.android.material.card.MaterialCardView>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<com.google.android.material.bottomappbar.BottomAppBar
<com.google.android.material.bottomappbar.BottomAppBar
android:id=
"@+id/home_bottom_bar"
android:id=
"@+id/home_bottom_bar"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
...
...
app/src/main/res/values/attrs.xml
View file @
cc8f1adc
...
@@ -31,6 +31,11 @@
...
@@ -31,6 +31,11 @@
<attr
name=
"styleIconPrimary"
format=
"reference"
/>
<attr
name=
"styleIconPrimary"
format=
"reference"
/>
<attr
name=
"styleIconError"
format=
"reference"
/>
<attr
name=
"styleIconError"
format=
"reference"
/>
<!--Image-->
<attr
name=
"styleImageBig"
format=
"reference"
/>
<attr
name=
"styleImageNormal"
format=
"reference"
/>
<attr
name=
"styleImageSmall"
format=
"reference"
/>
<!--endregion-->
<!--endregion-->
<!--region Texts-->
<!--region Texts-->
...
...
app/src/main/res/values/styles_md2.xml
View file @
cc8f1adc
...
@@ -39,6 +39,10 @@
...
@@ -39,6 +39,10 @@
<item
name=
"styleIconPrimary"
>
@style/WidgetFoundation.Icon.Primary
</item>
<item
name=
"styleIconPrimary"
>
@style/WidgetFoundation.Icon.Primary
</item>
<item
name=
"styleIconError"
>
@style/WidgetFoundation.Icon.Error
</item>
<item
name=
"styleIconError"
>
@style/WidgetFoundation.Icon.Error
</item>
<item
name=
"styleImageBig"
>
@style/WidgetFoundation.Image.Big
</item>
<item
name=
"styleImageNormal"
>
@style/WidgetFoundation.Image
</item>
<item
name=
"styleImageSmall"
>
@style/WidgetFoundation.Image.Small
</item>
<!--///-->
<!--///-->
<item
name=
"appearanceTextDisplayNormal"
>
@style/AppearanceFoundation.Display
<
/>
<item
name=
"appearanceTextDisplayNormal"
>
@style/AppearanceFoundation.Display
<
/>
...
...
app/src/main/res/values/styles_md2_impl.xml
View file @
cc8f1adc
...
@@ -65,9 +65,23 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml.
...
@@ -65,9 +65,23 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml.
</style>
</style>
<style
name=
"WidgetFoundation.Icon"
>
<style
name=
"WidgetFoundation.Image"
>
<item
name=
"android:layout_width"
>
32dp
</item>
<item
name=
"android:layout_height"
>
32dp
</item>
</style>
<style
name=
"WidgetFoundation.Image.Big"
>
<item
name=
"android:layout_width"
>
48dp
</item>
<item
name=
"android:layout_width"
>
48dp
</item>
<item
name=
"android:layout_height"
>
48dp
</item>
<item
name=
"android:layout_height"
>
48dp
</item>
</style>
<style
name=
"WidgetFoundation.Image.Small"
>
<item
name=
"android:layout_width"
>
24dp
</item>
<item
name=
"android:layout_height"
>
24dp
</item>
</style>
<style
name=
"WidgetFoundation.Icon"
parent=
"WidgetFoundation.Image.Big"
>
<item
name=
"android:padding"
>
@dimen/l_75
</item>
<item
name=
"android:padding"
>
@dimen/l_75
</item>
<item
name=
"android:background"
>
?selectableItemBackgroundBorderless
</item>
<item
name=
"android:background"
>
?selectableItemBackgroundBorderless
</item>
<item
name=
"tint"
>
?colorTextTransient
</item>
<item
name=
"tint"
>
?colorTextTransient
</item>
...
...
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