Arison 8 سال پیش
والد
کامیت
bc7d1beb49

+ 1 - 1
app_core/common/src/main/res/layout/activity_contacts.xml

@@ -33,7 +33,7 @@
         android:layout_alignParentBottom="true"
         android:layout_alignParentLeft="true"
         android:layout_alignParentStart="true"
- 
+        android:background="@color/Transpant"
         android:orientation="vertical">
 
         <View

+ 2 - 2
app_modular/appcontact/src/main/java/com/uas/appcontact/ui/activity/ContactsActivity.java

@@ -148,10 +148,10 @@ public class ContactsActivity extends OABaseActivity implements ContactsAdapter.
             isSingleSelect = getIntent().getBooleanExtra("isSingleSelect", true);
             if(isSingleSelect){
                 include_tag.setVisibility(View.INVISIBLE);
-                include_tag.getBackground().setAlpha(0);
+                //include_tag.getBackground().setAlpha(0);
             }else{
                 include_tag.setVisibility(View.VISIBLE);
-                include_tag.getBackground().setAlpha(100);
+               // include_tag.getBackground().setAlpha(100);
                 
             }
             if (!StringUtil.isEmpty(title)) {