Newer
Older
CitrusClient / app / src / main / res / layout / other_calendar_schedule.xml
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:layout_margin="0.5dp">
  7.  
  8. <TextView
  9. android:id="@+id/other_schedule_text"
  10. android:layout_width="57dp"
  11. android:layout_height="wrap_content"
  12. android:maxLines="1"
  13. android:text="TextView"
  14. android:textSize="12sp"
  15. tools:ignore="MissingConstraints" />
  16. </androidx.constraintlayout.widget.ConstraintLayout>