|
@@ -35,29 +35,29 @@
|
|
|
app:tabIndicatorHeight="0dp"
|
|
app:tabIndicatorHeight="0dp"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/image_view_text_balloon"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginEnd="73dp"
|
|
|
|
|
- android:layout_marginBottom="22dp"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:srcCompat="@drawable/ic_textballoon_shape"/>
|
|
|
|
|
|
|
+ <!--<ImageView-->
|
|
|
|
|
+ <!--android:id="@+id/image_view_text_balloon"-->
|
|
|
|
|
+ <!--android:layout_width="wrap_content"-->
|
|
|
|
|
+ <!--android:layout_height="wrap_content"-->
|
|
|
|
|
+ <!--android:layout_marginEnd="73dp"-->
|
|
|
|
|
+ <!--android:layout_marginBottom="22dp"-->
|
|
|
|
|
+ <!--app:layout_constraintBottom_toBottomOf="parent"-->
|
|
|
|
|
+ <!--app:layout_constraintEnd_toEndOf="parent"-->
|
|
|
|
|
+ <!--app:srcCompat="@drawable/ic_textballoon_shape"/>-->
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/text_view_bucket_guide"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginStart="18dp"
|
|
|
|
|
- android:lineSpacingExtra="2sp"
|
|
|
|
|
- android:text="@string/bucket_list_write"
|
|
|
|
|
- android:textColor="@color/CD0D0D0"
|
|
|
|
|
- android:textSize="11sp"
|
|
|
|
|
- android:layout_marginEnd="23dp"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="@+id/image_view_text_balloon"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/image_view_text_balloon"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="@+id/image_view_text_balloon"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="@+id/image_view_text_balloon"/>
|
|
|
|
|
|
|
+ <!--<TextView-->
|
|
|
|
|
+ <!--android:id="@+id/text_view_bucket_guide"-->
|
|
|
|
|
+ <!--android:layout_width="wrap_content"-->
|
|
|
|
|
+ <!--android:layout_height="wrap_content"-->
|
|
|
|
|
+ <!--android:layout_marginStart="18dp"-->
|
|
|
|
|
+ <!--android:lineSpacingExtra="2sp"-->
|
|
|
|
|
+ <!--android:text="@string/bucket_list_write"-->
|
|
|
|
|
+ <!--android:textColor="@color/CD0D0D0"-->
|
|
|
|
|
+ <!--android:textSize="11sp"-->
|
|
|
|
|
+ <!--android:layout_marginEnd="23dp"-->
|
|
|
|
|
+ <!--app:layout_constraintEnd_toEndOf="@+id/image_view_text_balloon"-->
|
|
|
|
|
+ <!--app:layout_constraintBottom_toBottomOf="@+id/image_view_text_balloon"-->
|
|
|
|
|
+ <!--app:layout_constraintStart_toStartOf="@+id/image_view_text_balloon"-->
|
|
|
|
|
+ <!--app:layout_constraintTop_toTopOf="@+id/image_view_text_balloon"/>-->
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|