We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
<com.android.sys.component.shadowLayout.ShadowLayout app:sl_shadow_angle="0" app:sl_shadow_color="#FF931D" app:sl_shadow_distance="0dp" app:sl_shadow_padding="15dp" app:sl_shadow_radius="15dp" app:sl_shadowed="true" android:layout_height="wrap_content" android:layout_width="match_parent"> </com.android.sys.component.shadowLayout.ShadowLayout>
The text was updated successfully, but these errors were encountered:
<com.android.sys.component.shadowLayout.ShadowLayout app:sl_shadow_angle="0" app:sl_shadow_color="#FF931D" app:sl_shadow_distance="0dp" app:sl_shadow_padding="15dp" app:sl_shadow_radius="15dp" app:sl_shadowed="true" android:layout_height="wrap_content" android:layout_width="match_parent"> <RelativeLayout android:layout_width="match_parent" android:layout_hieght="match_parent" > </RelativeLayout> </com.android.sys.component.shadowLayout.ShadowLayout>
You can make the child width to match_parent
Sorry, something went wrong.
No branches or pull requests
<com.android.sys.component.shadowLayout.ShadowLayout
app:sl_shadow_angle="0"
app:sl_shadow_color="#FF931D"
app:sl_shadow_distance="0dp"
app:sl_shadow_padding="15dp"
app:sl_shadow_radius="15dp"
app:sl_shadowed="true"
android:layout_height="wrap_content"
android:layout_width="match_parent">
</com.android.sys.component.shadowLayout.ShadowLayout>
The text was updated successfully, but these errors were encountered: