|
|
|
@ -6,29 +6,28 @@
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnGetRoadTripsInfo"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_width="314dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/app_name"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
android:textSize="20sp"
|
|
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
|
android:layout_gravity="start"
|
|
|
|
|
android:background="@color/white"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:drawableLeft="@drawable/right_arrow"
|
|
|
|
|
android:drawableStart="@drawable/right_arrow"
|
|
|
|
|
android:drawableLeft="@drawable/right_arrow"
|
|
|
|
|
android:gravity="left"
|
|
|
|
|
android:text="@string/app_name"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="20sp"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/btnDeleteRoadTrips"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:layout_gravity="end"
|
|
|
|
|
android:src="@drawable/bin"
|
|
|
|
|
android:background="@color/white"
|
|
|
|
|
android:layout_marginRight="20dp"
|
|
|
|
|
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|