mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
174 lines
No EOL
7.5 KiB
XML
174 lines
No EOL
7.5 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"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_gravity="center_vertical"
|
|
android:foreground="?selectableItemBackground"
|
|
android:paddingTop="@dimen/task_top_bottom_padding"
|
|
android:paddingBottom="@dimen/task_top_bottom_padding"
|
|
android:layout_marginEnd="@dimen/task_text_padding"
|
|
android:layout_marginStart="@dimen/task_text_padding">
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:id="@+id/assigned_textview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
style="@style/Caption3"
|
|
android:text="@string/pending_approval"
|
|
android:textColor="@color/text_ternary"
|
|
android:drawableStart="@drawable/assign"
|
|
android:drawablePadding="@dimen/spacing_small"
|
|
android:layout_marginBottom="2dp"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/completed_textview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
style="@style/Caption4"
|
|
android:text="@string/pending_approval"
|
|
android:textColor="@color/text_ternary"
|
|
android:drawablePadding="@dimen/spacing_small"
|
|
android:drawableStart="@drawable/completed"
|
|
android:drawableTint="@color/text_ternary"
|
|
android:paddingVertical="1dp"
|
|
android:paddingHorizontal="6dp"
|
|
android:background="@drawable/pill_bg_gray"
|
|
android:layout_marginStart="10dp"
|
|
/>
|
|
</LinearLayout>
|
|
<com.habitrpg.android.habitica.ui.views.EllipsisTextView
|
|
android:id="@+id/checkedTextView"
|
|
style="@style/Subheader3"
|
|
android:textColor="?attr/textColorPrimary"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:lineSpacingExtra="2sp"
|
|
android:textSize="15sp"
|
|
android:letterSpacing="0.025"
|
|
tools:text="Habit Title" />
|
|
|
|
<com.habitrpg.android.habitica.ui.views.EllipsisTextView
|
|
android:id="@+id/notesTextView"
|
|
style="@style/Caption2.Regular"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/text_ternary"
|
|
android:maxLines="3"
|
|
android:ellipsize="end"
|
|
android:textSize="13sp"
|
|
tools:text="Notes"
|
|
android:layout_marginTop="1dp"
|
|
android:layout_marginBottom="7dp"/>
|
|
|
|
<Button
|
|
android:id="@+id/expand_notes_button"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="28dp"
|
|
style="@style/Base.Widget.AppCompat.Button.Borderless"
|
|
android:textSize="11sp"
|
|
android:text="@string/expand_notes"
|
|
android:padding="0dp"
|
|
android:textColor="?colorAccent" />
|
|
<TextView
|
|
android:id="@+id/approvalRequiredTextField"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
style="@style/Caption4"
|
|
android:text="@string/pending_approval"
|
|
android:textColor="@color/text_quad"
|
|
/>
|
|
<LinearLayout
|
|
android:id="@+id/taskIconWrapper"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/iconViewTeamTask"
|
|
android:layout_width="@dimen/task_icon_size"
|
|
android:layout_height="@dimen/task_icon_size"
|
|
android:scaleType="center"
|
|
app:srcCompat="@drawable/task_icon_team"
|
|
android:layout_marginEnd="12dp"
|
|
app:tint="@color/text_ternary"
|
|
android:alpha="0.25"
|
|
android:visibility="gone"
|
|
app:tintMode="multiply"/>
|
|
<ImageView
|
|
android:id="@+id/iconViewCalendar"
|
|
android:layout_width="@dimen/task_icon_size"
|
|
android:layout_height="@dimen/task_icon_size"
|
|
android:scaleType="center"
|
|
app:srcCompat="@drawable/task_icon_calendar"
|
|
android:layout_marginEnd="2dp"
|
|
app:tint="@color/text_ternary"
|
|
android:alpha="0.25"
|
|
app:tintMode="multiply"/>
|
|
<TextView
|
|
android:id="@+id/specialTaskText"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:visibility="invisible"
|
|
style="@style/Caption3"
|
|
tools:visibility="visible"
|
|
android:textColor="@color/text_ternary"
|
|
tools:text="special" />
|
|
<ImageView
|
|
android:id="@+id/iconViewStreak"
|
|
android:layout_width="@dimen/task_icon_size"
|
|
android:layout_height="@dimen/task_icon_size"
|
|
android:scaleType="center"
|
|
app:srcCompat="@drawable/task_icon_streak"
|
|
android:layout_marginStart="@dimen/task_icon_space"
|
|
android:layout_marginEnd="2dp"
|
|
app:tint="@color/text_ternary"
|
|
android:alpha="0.25"
|
|
android:visibility="gone"
|
|
app:tintMode="multiply"/>
|
|
<TextView
|
|
android:id="@+id/streakTextView"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/task_icon_size"
|
|
android:textColor="@color/text_quad"
|
|
tools:text="10"
|
|
android:gravity="center_vertical"
|
|
style="@style/Caption3" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iconviewChallenge"
|
|
android:layout_width="@dimen/task_icon_size"
|
|
android:layout_height="@dimen/task_icon_size"
|
|
android:layout_marginStart="@dimen/task_icon_space"
|
|
android:contentDescription="@string/belongs_to_challenge"
|
|
android:scaleType="center"
|
|
app:srcCompat="@drawable/task_megaphone"
|
|
app:tint="@color/text_ternary"
|
|
android:alpha="0.25"
|
|
app:tintMode="multiply" />
|
|
<ImageView
|
|
android:id="@+id/iconviewReminder"
|
|
android:layout_width="@dimen/task_icon_size"
|
|
android:layout_height="@dimen/task_icon_size"
|
|
android:layout_marginStart="@dimen/task_icon_space"
|
|
android:contentDescription="@string/has_reminder"
|
|
android:scaleType="center"
|
|
app:srcCompat="@drawable/task_icon_reminder"
|
|
app:tint="@color/text_ternary"
|
|
android:alpha="0.25"
|
|
app:tintMode="multiply"/>
|
|
<TextView
|
|
android:id="@+id/reminder_textview"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/text_quad"
|
|
style="@style/Caption3" />
|
|
</LinearLayout>
|
|
</LinearLayout> |