Created
January 6, 2019 17:16
-
-
Save mohamedebrahim96/3c45727968ee5eb38de7fe3526b1ab6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="54dp" | |
android:orientation="horizontal" | |
android:background="@color/colorPrimaryDark" | |
android:id="@+id/layout2_payment" | |
android:gravity="right" | |
android:padding="10dp" | |
android:clickable="true"> | |
<TextView | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
android:text="my Doctors" | |
android:textSize="18sp" | |
android:layout_marginLeft="10dp" | |
android:gravity="center_vertical" | |
android:textColor="#fff" | |
/> | |
<ImageView | |
android:layout_width="26dp" | |
android:layout_height="26dp" | |
app:srcCompat="@drawable/if_arrow_right_01_186409" | |
android:layout_gravity="center" | |
/> | |
</LinearLayout> | |
<View | |
android:layout_width="match_parent" | |
android:layout_height="0.5dp" | |
android:background="@color/white" | |
android:alpha="0.2" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if_arrow_right_01_186409.xml