We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b82fe commit 08bea77Copy full SHA for 08bea77
app/src/main/res/layout/activity_main.xml
@@ -8,11 +8,13 @@
8
android:layout_height="match_parent"
9
android:padding="16dp">
10
11
- <ImageView
12
- android:id="@+id/imgSkin"
13
- android:layout_width="match_parent"
14
- android:layout_height="match_parent"
15
- android:scaleType="fitCenter" />
+<ImageView
+ android:id="@+id/imgSkin"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:scaleType="fitCenter"
16
+ android:layout_gravity="center" />
17
+
18
19
<!-- ユーザー名 -->
20
<TextView
0 commit comments