Skip to content

Commit 030f269

Browse files
committed
Fix Bugs
1 parent 9cd6763 commit 030f269

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

app/app.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
8888
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
8989
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/build-info" />
90+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/builds" />
9091
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/check-manifest" />
9192
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
9293
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />

app/src/main/res/layout/umeng_socialize_at_view.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
android:layout_height="50dp"
1919
android:id="@+id/umeng_socialize_line_serach"
2020
android:background="#C4C4C4">
21-
<com.umeng.socialize.view.wigets.SearchBox
22-
android:id="@+id/search_text"
23-
style="@style/umeng_socialize_edit_padding"
24-
android:layout_centerVertical="true"
25-
android:paddingLeft="32dp"
26-
android:hint="поиск"
27-
android:textSize="14sp"
28-
android:maxLength="8"
29-
android:textColor="@color/umeng_socialize_list_item_textcolor" />
3021
<ImageView
3122
android:layout_width="17dp"
3223
android:layout_height="17dp"
@@ -35,23 +26,7 @@
3526
android:src="@drawable/umeng_socialize_search_icon" />
3627
</RelativeLayout>
3728

38-
<com.umeng.socialize.view.wigets.SectionListView
39-
android:id="@+id/listView"
40-
android:layout_width="fill_parent"
41-
android:layout_height="fill_parent"
42-
android:divider="#EEEEEE"
43-
android:dividerHeight="1dp"
44-
android:background="#FFFFFF"
45-
android:layout_below="@id/umeng_socialize_line_serach" />
4629

47-
<com.umeng.socialize.view.wigets.SlideBar
48-
android:id="@+id/slideBar"
49-
android:layout_width="28dp"
50-
android:layout_height="fill_parent"
51-
android:layout_alignParentRight="true"
52-
android:layout_below="@id/umeng_socialize_line_serach"
53-
android:background="@drawable/umeng_socialize_sidebar_selector"
54-
android:visibility="gone" />
5530

5631
<RelativeLayout
5732
android:id="@+id/umeng_socialize_progress"

app/src/main/res/xml/ui_settings.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@
2828
<Preference
2929
android:key="pVersion"
3030
android:title="e" />
31-
<Preference
32-
android:key="pGithub"
33-
android:title="Github"
34-
android:summary="github.com/joyoyao/superCleanMaster"
35-
/>
31+
3632

3733
<Preference
3834
android:key="pAbout"

0 commit comments

Comments
 (0)