Teraplex/app/src/main/res/layout/headline.xml
2021-06-28 18:17:58 +02:00

21 lines
774 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button
android:id="@+id/headline_text"
android:layout_width="200dp"
android:layout_height="40dp"
android:layout_margin="5dp"
android:layout_marginTop="5dp"
android:layout_weight="1"
android:background="@drawable/button_round"
android:insetLeft="25dp"
android:insetRight="25dp"
android:text="TEXT"
app:backgroundTint="@null" />
</LinearLayout>