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

Commit 53f73a97 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Add DatePicker, CalendarView to LayoutLib tests" into lmp-dev

parents f9bb0b5e eae390a9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -67,9 +67,13 @@
            </groups>
          </arrangement>
        </codeStyleSettings>
        <codeStyleSettings language="XML">
          <indentOptions>
            <option name="CONTINUATION_INDENT_SIZE" value="4" />
          </indentOptions>
        </codeStyleSettings>
      </value>
    </option>
    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
  </component>
</project>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
@@ -8,4 +8,10 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Some text"/>
    <DatePicker
        android:layout_width="100dp"
        android:layout_height="100dp"/>
    <CalendarView
        android:layout_width="100dp"
        android:layout_height="100dp"/>
</LinearLayout>
 No newline at end of file