Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf51c692 authored by Marten Gajda's avatar Marten Gajda
Browse files

restore content id

parent 788c5bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
        </LinearLayout>

        <LinearLayout
            android:id="@+id/checklist"
            android:id="@+id/content"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical" >
+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@
    android:layout_height="fill_parent" >

    <LinearLayout
        android:id="@+id/checklist"
        style="@style/dark_text"
        android:id="@+id/content"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical" >
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    android:layout_height="match_parent" >

    <LinearLayout
        android:id="@+id/checklist"
        android:id="@+id/content"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical" >
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<org.dmfs.tasks.widget.TaskEdit xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/checklist"
    android:id="@+id/content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical" >
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    android:layout_height="match_parent" >

    <LinearLayout
        android:id="@+id/checklist"
        android:id="@+id/content"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical" >
Loading