-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Hi Blipinsk Thaks for this helpful library it give me exactly what i wanted but there's a little problem when i add it to layout then i use tag then i scale up the view then the Stackview doesn't appear and here's the code:
<FrameLayout
android:id="@+id/timeLineContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/backgroundColor"
android:clipChildren="false"
tools:context=".fragments.TimeLineFragment">
<RelativeLayout
android:id="@+id/prayerContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="50dp"
android:clipChildren="false"
android:orientation="vertical">
<include
android:id="@+id/Fajr"
layout="@layout/prayer_dialog"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="2dp" />
</RelativeLayout>
</FrameLayout>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels