Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i want child match_parent,what can i do #6

Open
monkeyaccount opened this issue Nov 9, 2016 · 1 comment
Open

i want child match_parent,what can i do #6

monkeyaccount opened this issue Nov 9, 2016 · 1 comment

Comments

@monkeyaccount
Copy link

<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>

@Arunachalamkalimuthu
Copy link

<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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants