|
|
@@ -49,38 +49,24 @@
|
|
|
<ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- android:layout_marginTop="19dp"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
android:layout_marginBottom="8dp"
|
|
|
android:fadeScrollbars="false"
|
|
|
android:fillViewport="true"
|
|
|
android:paddingStart="25dp"
|
|
|
android:paddingEnd="25dp"
|
|
|
- app:layout_constraintVertical_bias="0"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/text_view_coin_information">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/text_view_coin_information"
|
|
|
+ app:layout_constraintVertical_bias="0">
|
|
|
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:id="@+id/dialoge_contents_container"
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/dialog_contents_container"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- tools:layout_editor_absoluteX="25dp">
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tex_view_contents"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:textColor="@color/C666666"
|
|
|
- android:textSize="12sp"
|
|
|
- app:layout_constraintVertical_bias="0"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:text="@string/coin_information_contents_1"/>
|
|
|
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</ScrollView>
|
|
|
|