style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
8 lines (7 loc) • 363 B
text/xml
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/icon_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.amazon.styledictionaryexample.icon.IconDetailActivity"
tools:ignore="MergeRootFrame" />