Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Room Park Android
Project
Project
Details
Activity
Releases
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
Vladislav Bogdashkin
Room Park Android
Commits
e310dd12
Commit
e310dd12
authored
Mar 19, 2020
by
Vladislav Bogdashkin
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
read flag layout fix
parent
00df4a29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
feed_direct_viewholder.xml
app/src/main/res/layout/feed_direct_viewholder.xml
+9
-6
feed_preview_viewholder.xml
app/src/main/res/layout/feed_preview_viewholder.xml
+5
-3
No files found.
app/src/main/res/layout/feed_direct_viewholder.xml
View file @
e310dd12
...
@@ -12,11 +12,9 @@
...
@@ -12,11 +12,9 @@
android:layout_height=
"128dp"
android:layout_height=
"128dp"
android:layout_marginStart=
"16dp"
android:layout_marginStart=
"16dp"
android:layout_marginTop=
"16dp"
android:layout_marginTop=
"16dp"
android:layout_marginEnd=
"16dp"
android:layout_marginBottom=
"16dp"
android:layout_marginBottom=
"16dp"
app:image_corner_radius=
"4dp"
app:image_corner_radius=
"4dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@+id/feed_title_info_text_view"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
app:layout_constraintTop_toTopOf=
"parent"
/>
...
@@ -24,13 +22,15 @@
...
@@ -24,13 +22,15 @@
android:id=
"@+id/guideline"
android:id=
"@+id/guideline"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
android:orientation=
"vertical"
android:orientation=
"vertical"
app:layout_constraintGuide_begin=
"1
6
0dp"
/>
app:layout_constraintGuide_begin=
"1
5
0dp"
/>
<FrameLayout
<FrameLayout
android:id=
"@+id/feed_read"
android:id=
"@+id/feed_read"
android:layout_width=
"
8dp
"
android:layout_width=
"
wrap_content
"
android:layout_height=
"8dp"
android:layout_height=
"8dp"
android:layout_marginStart=
"8dp"
android:layout_marginTop=
"18dp"
android:layout_marginTop=
"18dp"
android:background=
"@drawable/new_feed_icon"
android:background=
"@drawable/new_feed_icon"
android:visibility=
"visible"
android:visibility=
"visible"
...
@@ -43,13 +43,14 @@
...
@@ -43,13 +43,14 @@
style=
"@style/Feed.Notice"
style=
"@style/Feed.Notice"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"
16
dp"
android:layout_marginStart=
"
8
dp"
android:layout_marginTop=
"16dp"
android:layout_marginTop=
"16dp"
android:layout_marginEnd=
"8dp"
android:includeFontPadding=
"false"
android:includeFontPadding=
"false"
android:text=
"22 / 02 / 2019"
android:text=
"22 / 02 / 2019"
android:visibility=
"visible"
android:visibility=
"visible"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_to
StartOf=
"@+id/guideline
"
app:layout_constraintStart_to
EndOf=
"@+id/feed_read
"
app:layout_constraintTop_toTopOf=
"parent"
/>
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
<TextView
...
@@ -57,6 +58,7 @@
...
@@ -57,6 +58,7 @@
style=
"@style/Feed_Title"
style=
"@style/Feed_Title"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"8dp"
android:layout_marginTop=
"8dp"
android:layout_marginTop=
"8dp"
android:includeFontPadding=
"false"
android:includeFontPadding=
"false"
android:text=
"В «РУМЯНЦЕВО-ПАРК» ПРИСТУПИЛИ К МОНТАЖУ ОКОННЫХ БЛОКОВ"
android:text=
"В «РУМЯНЦЕВО-ПАРК» ПРИСТУПИЛИ К МОНТАЖУ ОКОННЫХ БЛОКОВ"
...
@@ -69,6 +71,7 @@
...
@@ -69,6 +71,7 @@
style=
"@style/Feed.Description"
style=
"@style/Feed.Description"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"8dp"
android:layout_marginTop=
"8dp"
android:layout_marginTop=
"8dp"
android:includeFontPadding=
"false"
android:includeFontPadding=
"false"
android:text=
"В «РУМЯНЦЕВО-ПАРК» ПРИСТУПИЛИ К МОНТАЖУ ОКОННЫХ БЛОКОВ"
android:text=
"В «РУМЯНЦЕВО-ПАРК» ПРИСТУПИЛИ К МОНТАЖУ ОКОННЫХ БЛОКОВ"
...
...
app/src/main/res/layout/feed_preview_viewholder.xml
View file @
e310dd12
...
@@ -23,12 +23,13 @@
...
@@ -23,12 +23,13 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:orientation=
"vertical"
app:layout_constraintGuide_begin=
"
76
dp"
/>
app:layout_constraintGuide_begin=
"
68
dp"
/>
<FrameLayout
<FrameLayout
android:id=
"@+id/feed_read"
android:id=
"@+id/feed_read"
android:layout_width=
"8dp"
android:layout_width=
"8dp"
android:layout_height=
"8dp"
android:layout_height=
"8dp"
android:layout_marginStart=
"8dp"
android:layout_marginTop=
"10dp"
android:layout_marginTop=
"10dp"
android:background=
"@drawable/new_feed_icon"
android:background=
"@drawable/new_feed_icon"
android:visibility=
"visible"
android:visibility=
"visible"
...
@@ -40,13 +41,13 @@
...
@@ -40,13 +41,13 @@
style=
"@style/Feed.Notice"
style=
"@style/Feed.Notice"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"
16
dp"
android:layout_marginStart=
"
8
dp"
android:layout_marginTop=
"8dp"
android:layout_marginTop=
"8dp"
android:includeFontPadding=
"false"
android:includeFontPadding=
"false"
android:text=
"22 / 02 / 2019"
android:text=
"22 / 02 / 2019"
android:visibility=
"visible"
android:visibility=
"visible"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_to
StartOf=
"@+id/guideline
"
app:layout_constraintStart_to
EndOf=
"@+id/feed_read
"
app:layout_constraintTop_toTopOf=
"parent"
/>
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
<TextView
...
@@ -54,6 +55,7 @@
...
@@ -54,6 +55,7 @@
style=
"@style/Feed_Title"
style=
"@style/Feed_Title"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
android:layout_height=
"0dp"
android:layout_marginStart=
"8dp"
android:layout_marginTop=
"4dp"
android:layout_marginTop=
"4dp"
android:includeFontPadding=
"false"
android:includeFontPadding=
"false"
android:text=
"В «РУМЯНЦЕВО-ПАРК» ПРИСТУПИЛИ К МОНТАЖУ ОКОННЫХ БЛОКОВ"
android:text=
"В «РУМЯНЦЕВО-ПАРК» ПРИСТУПИЛИ К МОНТАЖУ ОКОННЫХ БЛОКОВ"
...
...
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