Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/mainInfopageRelativeLayout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/TabsBackgroundColor"
- android:paddingBottom="@dimen/DefaultPadding">
- <RelativeLayout
- android:id="@+id/info_layout"
- android:background="@color/pharmacyInfopageHeaderBackground"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="@dimen/DefaultPadding">
- <LinearLayout
- android:id="@+id/pharmacy_name_and_distance"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:weightSum="1">
- <TextView
- android:text="sdhuds usdsdbb sd bjsdsdssssdsdsd"
- android:id="@+id/pharmacy_name"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="0.5"
- android:gravity="left"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:textStyle="bold"
- android:textColor="@color/TextColor" />
- <TextView
- android:text="1212121221221212121"
- android:id="@+id/pharmacy_distance"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="0.5"
- android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/TextColor" />
- </LinearLayout>
- <TextView
- android:id="@+id/pharmacy_address"
- android:layout_below="@id/pharmacy_name_and_distance"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_marginBottom="3dp"
- android:textColor="@color/TextColor" />
- <TextView
- android:id="@+id/pharmacy_schedule"
- android:layout_below="@id/pharmacy_address"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_marginBottom="8dp"
- android:textColor="@color/TextColor" />
- <LinearLayout
- android:layout_below="@id/pharmacy_schedule"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true">
- <Button
- android:id="@+id/pharmacy_phone_number"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- style="@style/Button" />
- </LinearLayout>
- </RelativeLayout>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment