Skip to content

Commit

Permalink
* xml 위치,이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hbiny committed Jun 11, 2018
1 parent a783752 commit 519c4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions app/src/main/res/layout/fragment_profile_expanded.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:text="10K"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.1"
app:layout_constraintHorizontal_bias="0.208"
app:layout_constraintStart_toEndOf="@+id/photo"
app:layout_constraintTop_toBottomOf="@+id/cover" />

Expand All @@ -61,17 +59,15 @@

<TextView
android:id="@+id/textView3"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:text="800"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.572"
app:layout_constraintHorizontal_bias="0.569"
app:layout_constraintStart_toEndOf="@+id/photo"
app:layout_constraintTop_toBottomOf="@+id/cover" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/navi_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:id="@+id/Profile"
android:enabled="true"
android:icon="@drawable/round_profile_black_18dp"
android:title="Favorite"
android:title="Profile"
app:showAsAction="ifRoom"/>
<item
android:id="@+id/home"
Expand Down

0 comments on commit 519c4dd

Please sign in to comment.