Skip to content

Commit

Permalink
- UI Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samanshah committed Jul 9, 2024
1 parent ce8397a commit 88235e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion PishkhanHelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ afterEvaluate {
artifactId = 'pishkhanhelper'

// Version Library Name (Example : "1.0.0")
version = '0.3.5'
version = '0.3.6'
}
}
}
Expand Down
27 changes: 14 additions & 13 deletions PishkhanHelper/src/main/res/layout/helper_drawer_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="@drawable/helper_background_left_radius_16"
android:paddingBottom="@dimen/margin_4"
android:fitsSystemWindows="true">

<RelativeLayout
Expand Down Expand Up @@ -96,13 +97,15 @@
style="@style/Text3Regular"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_8"
android:textAlignment="center"
android:textColor="@color/white"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/appIconIv"
tools:text="0123456789" />
tools:text="0123456789"
tools:visibility="visible" />

</androidx.constraintlayout.widget.ConstraintLayout>

Expand All @@ -113,7 +116,7 @@
android:layout_below="@id/navigationDrawerTopLayoutCl"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_8"
android:layout_marginTop="@dimen/margin_4"
android:layout_marginEnd="@dimen/margin_16">

<TextView
Expand Down Expand Up @@ -147,7 +150,7 @@
android:layout_below="@id/transactionHistoryRl"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_8"
android:layout_marginTop="@dimen/margin_4"
android:layout_marginEnd="@dimen/margin_16">

<TextView
Expand Down Expand Up @@ -181,7 +184,7 @@
android:layout_below="@id/rateAppRl"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_8"
android:layout_marginTop="@dimen/margin_4"
android:layout_marginEnd="@dimen/margin_16">

<TextView
Expand Down Expand Up @@ -214,7 +217,7 @@
android:layout_below="@id/shareAppRl"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_8"
android:layout_marginTop="@dimen/margin_4"
android:layout_marginEnd="@dimen/margin_16"
android:visibility="gone"
tools:visibility="visible">
Expand Down Expand Up @@ -250,7 +253,7 @@
android:layout_below="@id/privacyPolicyRl"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_8"
android:layout_marginTop="@dimen/margin_4"
android:layout_marginEnd="@dimen/margin_16"
android:visibility="gone"
tools:visibility="visible">
Expand Down Expand Up @@ -283,10 +286,10 @@
android:id="@+id/callSupportRl"
android:layout_width="match_parent"
android:layout_height="@dimen/margin_48"
android:layout_below="@id/privacyPolicyRl"
android:layout_below="@id/termsAndConditionsRl"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_8"
android:layout_marginTop="@dimen/margin_4"
android:layout_marginEnd="@dimen/margin_16"
android:visibility="gone"
tools:visibility="visible">
Expand All @@ -301,7 +304,7 @@
android:layout_toEndOf="@id/callSupportIv"
android:drawablePadding="@dimen/_8sdp"
android:gravity="center_vertical"
android:text="@string/terms_and_conditions"
android:text="@string/callSupport"
android:textColor="@color/helper_text_black" />

<androidx.appcompat.widget.AppCompatImageView
Expand All @@ -322,7 +325,7 @@
android:layout_below="@id/callSupportRl"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginTop="@dimen/margin_8"
android:layout_marginTop="@dimen/margin_4"
android:layout_marginEnd="@dimen/margin_16">

<TextView
Expand Down Expand Up @@ -356,7 +359,7 @@
android:layout_alignParentBottom="true"
android:layout_marginStart="@dimen/margin_16"
android:layout_marginEnd="@dimen/margin_16"
android:layout_marginBottom="@dimen/margin_12">
android:layout_marginBottom="@dimen/margin_16">

<TextView
android:id="@+id/loginLogoutTv"
Expand All @@ -382,10 +385,8 @@
tools:srcCompat="@drawable/helper_ic_language" />
</RelativeLayout>


</RelativeLayout>


</com.google.android.material.navigation.NavigationView>

</androidx.drawerlayout.widget.DrawerLayout>

0 comments on commit 88235e0

Please sign in to comment.