* commit '937db7a39ef6f5e88a936f78a729f9578123e60b': Add DatePicker, CalendarView to LayoutLib tests
This commit is contained in:
8
tools/layoutlib/.idea/codeStyleSettings.xml
generated
8
tools/layoutlib/.idea/codeStyleSettings.xml
generated
@@ -67,9 +67,13 @@
|
|||||||
</groups>
|
</groups>
|
||||||
</arrangement>
|
</arrangement>
|
||||||
</codeStyleSettings>
|
</codeStyleSettings>
|
||||||
|
<codeStyleSettings language="XML">
|
||||||
|
<indentOptions>
|
||||||
|
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
||||||
|
</indentOptions>
|
||||||
|
</codeStyleSettings>
|
||||||
</value>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
@@ -8,4 +8,10 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Some text"/>
|
android:text="Some text"/>
|
||||||
|
<DatePicker
|
||||||
|
android:layout_width="100dp"
|
||||||
|
android:layout_height="100dp"/>
|
||||||
|
<CalendarView
|
||||||
|
android:layout_width="100dp"
|
||||||
|
android:layout_height="100dp"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Reference in New Issue
Block a user