Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohamedebrahim96/3c45727968ee5eb38de7fe3526b1ab6f to your computer and use it in GitHub Desktop.
Save mohamedebrahim96/3c45727968ee5eb38de7fe3526b1ab6f to your computer and use it in GitHub Desktop.
<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"
/>
@mohamedebrahim96
Copy link
Author

if_arrow_right_01_186409.xml

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:viewportWidth="32"
    android:viewportHeight="32"
    android:width="32dp"
    android:height="32dp">
    <path
        android:pathData="M24.291 14.276L14.705 4.69c-0.878 -0.878 -2.317 -0.878 -3.195 0l-0.8 0.8c-0.878 0.877 -0.878 2.316 0 3.194L18.024 16 10.709 23.315c-0.878 0.878 -0.878 2.317 0 3.194l0.8 0.8c0.878 0.879 2.317 0.879 3.195 0l9.586 -9.587c0.472 -0.471 0.682 -1.103 0.647 -1.723 0.036 -0.619 -0.174 -1.251 -0.646 -1.723z"
        android:fillColor="#c6c6c6" />
</vector>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment