Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
B
Browser White
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Browser White
Commits
848dc3be
Commit
848dc3be
authored
Aug 27, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
27a932ec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
261 additions
and
243 deletions
+261
-243
activity_main.xml
app/src/main/res/layout/activity_main.xml
+131
-122
item_head_1.xml
app/src/main/res/layout/item_head_1.xml
+129
-114
item_website_head.xml
app/src/main/res/layout/item_website_head.xml
+1
-7
No files found.
app/src/main/res/layout/activity_main.xml
View file @
848dc3be
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/item_head_1.xml
View file @
848dc3be
...
...
@@ -4,130 +4,145 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:baselineAligned=
"false"
android:orientation=
"
horizont
al"
android:orientation=
"
vertic
al"
tools:ignore=
"UselessParent"
>
<LinearLayout
android:id=
"@+id/ll_clean"
android:layout_width=
"0dp"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/clean"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"Clean"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
android:orientation=
"horizontal"
tools:ignore=
"DisableBaselineAlignment"
>
<LinearLayout
android:id=
"@+id/ll_news"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/news"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
<LinearLayout
android:id=
"@+id/ll_clean"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"News"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/ll_process"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
android:visibility=
"invisible"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"45dp"
android:layout_height=
"45dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/process"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/clean"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"Clean"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/ll_news"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"Process"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/ll_bookmark"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
android:visibility=
"invisible"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"45dp"
android:layout_height=
"45dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/bookmark"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/news"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"News"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/ll_process"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"Bookmark"
tools:ignore=
"HardcodedText"
/>
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
android:visibility=
"invisible"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/process"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"Process"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/ll_bookmark"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
android:orientation=
"vertical"
android:visibility=
"invisible"
tools:ignore=
"UseCompoundDrawables"
>
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"8.5dp"
android:src=
"@mipmap/bookmark"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"5dp"
android:text=
"Bookmark"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
</LinearLayout>
<View
android:layout_width=
"match_parent"
android:layout_height=
"1px"
android:layout_marginHorizontal=
"26dp"
android:layout_marginTop=
"20dp"
android:background=
"#E5E6EB"
/>
</LinearLayout>
app/src/main/res/layout/item_website_head.xml
View file @
848dc3be
...
...
@@ -10,14 +10,8 @@
android:id=
"@+id/rv_website"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"16dp"
app:layoutManager=
"androidx.recyclerview.widget.GridLayoutManager"
tools:listitem=
"@layout/item_website_grid"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"1px"
android:layout_marginHorizontal=
"26dp"
android:layout_marginTop=
"16dp"
android:background=
"#E5E6EB"
/>
</LinearLayout>
\ No newline at end of file
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