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

Commit 5760f153 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am c2e9875d: am 229ce665: am 937db7a3: am 53f73a97: Merge "Add DatePicker,...

am c2e9875d: am 229ce665: am 937db7a3: am 53f73a97: Merge "Add DatePicker, CalendarView to LayoutLib tests" into lmp-dev

* commit 'c2e9875d':
  Add DatePicker, CalendarView to LayoutLib tests
parents 67cf0bf4 c2e9875d
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