.
This commit is contained in:
12
.idea/deploymentTargetDropDown.xml
generated
12
.idea/deploymentTargetDropDown.xml
generated
@@ -1,18 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="deploymentTargetDropDown">
|
||||
<targetSelectedWithDropDown>
|
||||
<Target>
|
||||
<type value="QUICK_BOOT_TARGET" />
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="VIRTUAL_DEVICE_PATH" />
|
||||
<value value="$USER_HOME$/.android/avd/Pixel_7_Pro_API_33.avd" />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</targetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2024-01-02T07:08:29.550235Z" />
|
||||
<targetsSelectedWithDialog>
|
||||
<Target>
|
||||
<type value="QUICK_BOOT_TARGET" />
|
||||
|
||||
@@ -96,7 +96,7 @@ public class HomeBottomNav extends FrameLayout {
|
||||
bottomNavigationCountTxt.setVisibility(GONE);
|
||||
}else{
|
||||
bottomNavigationCountTxt.setVisibility(VISIBLE);
|
||||
bottomNavigationCountTxt.setText(count + "");
|
||||
// bottomNavigationCountTxt.setText(count + "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -39,8 +39,6 @@ import com.app.simplitend.welcome.welcomepatient.mvvm.models.CallResponse;
|
||||
import com.app.simplitend.welcome.welcomepatient.mvvm.models.PatientData;
|
||||
import com.onesignal.OneSignal;
|
||||
|
||||
import okhttp3.MediaType;
|
||||
import okhttp3.RequestBody;
|
||||
import retrofit2.Call;
|
||||
import retrofit2.Callback;
|
||||
import retrofit2.Response;
|
||||
|
||||
@@ -126,10 +126,10 @@
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/notifications"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:layout_marginHorizontal="15dp"
|
||||
android:layout_marginHorizontal="5dp"
|
||||
>
|
||||
|
||||
<LinearLayout
|
||||
@@ -159,8 +159,9 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/bottom_notification_count"
|
||||
android:layout_width="@dimen/_15sdp"
|
||||
android:layout_height="@dimen/_15sdp"
|
||||
|
||||
android:layout_width="@dimen/_11sdp"
|
||||
android:layout_height="@dimen/_11sdp"
|
||||
|
||||
android:background="@drawable/round_corners"
|
||||
android:backgroundTint="@android:color/holo_red_light"
|
||||
@@ -168,7 +169,6 @@
|
||||
android:visibility="gone"
|
||||
android:layout_alignParentEnd="true"
|
||||
|
||||
tools:text="9"
|
||||
android:fontFamily="@font/nunito_regular"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="11sp"
|
||||
|
||||
Reference in New Issue
Block a user