liuzhenxing %!s(int64=3) %!d(string=hai) anos
pai
achega
3997772f9b

+ 1 - 0
.idea/gradle.xml

@@ -11,6 +11,7 @@
           <set>
             <option value="$PROJECT_DIR$" />
             <option value="$PROJECT_DIR$/app" />
+            <option value="$PROJECT_DIR$/progressBar" />
           </set>
         </option>
         <option name="resolveModulePerSourceSet" value="false" />

+ 1 - 0
.idea/misc.xml

@@ -14,6 +14,7 @@
         <entry key="app/src/main/res/layout/item_app_title.xml" value="0.27355072463768115" />
         <entry key="app/src/main/res/layout/item_view_guardian.xml" value="0.16058763931104356" />
         <entry key="app/src/main/res/layout/item_view_guardian_time.xml" value="0.15896739130434784" />
+        <entry key="app/src/main/res/layout/item_view_me_character.xml" value="0.1" />
         <entry key="app/src/main/res/layout/view_screen_apps.xml" value="0.19300911854103345" />
       </map>
     </option>

+ 1 - 0
app/build.gradle

@@ -36,4 +36,5 @@ dependencies {
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+    implementation project(':progressBar')
 }

+ 0 - 3
app/src/main/java/com/xplora/xpchat/fragment/ChatRecordFragment.java

@@ -34,7 +34,6 @@ public class ChatRecordFragment extends DialogFragment{
     private boolean mIsCreateView = false;
     private boolean mIsRecording = false;
 
-    private ViewGroup mAnimView = null;
     private ChatRecordWave mWaveView = null;
     private Timer timer = null;
 
@@ -61,8 +60,6 @@ public class ChatRecordFragment extends DialogFragment{
         mBlackView = (View)mRootView.findViewById(R.id.mBlackView);
         mPromptTv = (TextView)mRootView.findViewById(R.id.mPromptTv);
         mLeftTimeTv = (TextView)mRootView.findViewById(R.id.mLeftTimeTv);
-        mAnimView = (ViewGroup)mRootView.findViewById(R.id.animationLayout);
-        mAnimView.setClipChildren(false);
 
         mWaveView = (ChatRecordWave)mRootView.findViewById(R.id.mWaveLayout);
         startWave();

BIN=BIN
app/src/main/res/drawable-xhdpi/item_send_fail.png


BIN=BIN
app/src/main/res/drawable-xhdpi/item_sending.png


+ 1 - 0
settings.gradle

@@ -14,3 +14,4 @@ dependencyResolutionManagement {
 }
 rootProject.name = "XPChat"
 include ':app'
+include ':progressBar'