Commit 626566a0 authored by Alfansyah Fadlian's avatar Alfansyah Fadlian

design va number

parent 0899a17e
...@@ -75,6 +75,17 @@ ...@@ -75,6 +75,17 @@
android:background="@color/design_default_color_secondary_variant" android:background="@color/design_default_color_secondary_variant"
app:layout_constraintEnd_toEndOf="parent" /> app:layout_constraintEnd_toEndOf="parent" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/tvVA"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/design_default_color_secondary"
android:text="@{}"
android:textColor="#fff"
app:layout_constraintEnd_toEndOf="parent"
tools:layout_editor_absoluteY="33dp"
tools:text="@tools:sample/first_names" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment