Skip to content

Instantly share code, notes, and snippets.

View YashishDua's full-sized avatar

Yashish Dua YashishDua

View GitHub Profile
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="@tools:sample/lorem" />
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@layout/used_1,@layout/used_2"
tools:discard="@layout/unused_1" />
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:shrinkMode="strict" />
</resources>
<resources>
<string
name="app_name"
tools:ignore="MissingTranslation">
My Application
</string>
</resources>
<resources>
<string name="app_name">
My Application
</string>
</resources>