Explorar el Código

拜访地址修改

Bitliker hace 9 años
padre
commit
2be95e90c0

+ 1 - 1
WeiChat/build.gradle

@@ -13,7 +13,7 @@ android {
     }
     signingConfigs {
         config {
-            storeFile file('C:/Users/FANGlh/Desktop/UUAPP/applicationsignname[20150409]')
+            storeFile file('D:/config/applicationsignname[20150409]')
             storePassword '13237658359'
             keyAlias 'jie-20150409'
             keyPassword '13237658359'

+ 1 - 4
WeiChat/src/main/java/com/xzjmyk/pm/activity/ui/erp/activity/oa/MissionActivity.java

@@ -414,14 +414,11 @@ public class MissionActivity extends BaseActivity implements View.OnClickListene
             }
         });
         popupWindow = new PopupWindow(contentView, w_screen, h_screen, true);
-        popupWindow.setTouchable(true);
         // 如果不设置PopupWindow的背景,无论是点击外部区域还是Back键都无法dismiss弹框
-        // 我觉得这里是API的一个bug
         popupWindow.setBackgroundDrawable(getResources().getDrawable(R.drawable.bg_main));
-
         // 设置好参数之后再show
         popupWindow.showAtLocation(contentView, Gravity.CENTER, 0, 0);
-        setbg(0.7f);
+        setbg(0.4f);
     }
 
     private void setbg(float alpha) {

+ 3 - 1
WeiChat/src/main/res/layout/item_select_aim_pop.xml

@@ -34,7 +34,9 @@
             android:layout_height="wrap_content"
             android:background="@null"
             android:ellipsize="end"
-            android:maxLines="2" />
+            android:maxLines="2"
+            android:textColor="@color/text_main"
+            android:textSize="@dimen/text_main" />
     </LinearLayout>
 
     <TextView