Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장연우
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
신기성
2019-10-23 22:14:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8594dc06649a3c1071132f62fc0c48d996d4750d
8594dc06
1 parent
9bac0184
arrange main recyclerview to center
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
vip/app/src/main/res/layout/item_policyfield.xml
vip/app/src/main/res/values/strings.xml
vip/app/src/main/res/layout/item_policyfield.xml
View file @
8594dc0
...
...
@@ -2,8 +2,11 @@
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"20dp"
android:gravity=
"center"
>
<ImageView
...
...
@@ -13,7 +16,8 @@
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
android:adjustViewBounds=
"true"
/>
android:adjustViewBounds=
"true"
android:layout_gravity=
"center"
/>
<TextView
android:id=
"@+id/fieldIconText"
...
...
@@ -22,6 +26,7 @@
android:textSize=
"20sp"
app:layout_constraintTop_toBottomOf=
"@+id/fieldIcon"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
/>
app:layout_constraintRight_toRightOf=
"parent"
android:layout_gravity=
"center"
/>
</LinearLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/values/strings.xml
View file @
8594dc0
...
...
@@ -7,8 +7,8 @@
<string
name=
"title04"
>
건강
</string>
<string
name=
"title05"
>
서민금융
</string>
<string
name=
"title06"
>
문화
</string>
<string
name=
"title07"
>
Performance Analysis Using Systrace (Android Dev Summit 18)
</string>
<string
name=
"title08"
>
Preferential Practices for Preferences (Android Dev Summit 18)
</string>
<string
name=
"title09"
>
That’s a wrap on Android Dev Summit 2018!
</string>
<string
name=
"title10"
>
Vitals: Past, Present and Future (Android Dev Summit 18)
</string>
<string
name=
"title07"
>
빈카테고리
</string>
<string
name=
"title08"
>
빈카테고리
</string>
<string
name=
"title09"
>
빈카테고리
</string>
<string
name=
"title10"
>
빈카테고리
</string>
</resources>
...
...
Please
register
or
login
to post a comment