mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-20 13:56:44 -06:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:padding="8dp"
|
|
android:background="?selectableItemBackground">
|
|
|
|
<TextView
|
|
android:id="@+id/title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="@style/NavView.TextView.Medium"
|
|
tools:text="Dzisiaj 1 to szczęśliwy numerek" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:id="@+id/profileDate"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
tools:text="Władca Androida • 22 listopada" />
|
|
|
|
<TextView
|
|
android:id="@+id/type"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
tools:text="Szczęśliwy numerek" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |