OpenSRP/opensrp-client-anc

View on GitHub
opensrp-anc/src/main/res/layout/alert_dialog_attention_flag_row_yellow.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal">

    <ImageView
        android:layout_width="10dp"
        android:layout_height="10dp"
        android:layout_marginTop="7dp"
        android:background="@drawable/round_yellow_background" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="@dimen/attention_flag_dialog_dot_left_margin"
        android:text="Yellow Flag 2"
        android:textAppearance="@style/TextAppearance.AppCompat.Medium"
        android:textColor="@color/text_black" />

</LinearLayout>