mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
Remove animations for further battery saving
(cherry picked from commit dd08704cb5
)
This commit is contained in:
parent
31c873cc6d
commit
77f0b66fc1
8 changed files with 34 additions and 34 deletions
|
@ -8,7 +8,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clickable="false"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/background_image"
|
||||
|
@ -55,7 +55,7 @@
|
|||
android:stackFromBottom="true"
|
||||
android:transcriptMode="normal"
|
||||
tools:listitem="@layout/message_sent"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/scroll_to_bottom_button"
|
||||
|
@ -70,7 +70,7 @@
|
|||
app:backgroundTint="?attr/color_background_primary"
|
||||
app:fabCustomSize="48dp"
|
||||
app:useCompatPadding="true"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<eu.siacs.conversations.ui.widget.UnreadCountCustomView
|
||||
android:id="@+id/unread_count_custom_view"
|
||||
|
@ -85,7 +85,7 @@
|
|||
android:elevation="8dp"
|
||||
android:visibility="gone"
|
||||
app:backgroundColor="?attr/colorAccent"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/input_area"
|
||||
|
@ -102,7 +102,7 @@
|
|||
android:layout_marginLeft="8dp"
|
||||
android:background="@drawable/input_bubble_light"
|
||||
android:alpha="0.88"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<ListView
|
||||
android:id="@+id/emoji"
|
||||
|
@ -121,7 +121,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:visibility="gone"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/cancel_button"
|
||||
|
@ -238,13 +238,13 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/message_input_box"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/thread_identicon_layout"
|
||||
|
@ -405,7 +405,7 @@
|
|||
android:layout_below="@+id/textformat"
|
||||
android:orientation="vertical"
|
||||
android:visibility="visible"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<androidx.emoji2.emojipicker.EmojiPickerView
|
||||
android:id="@+id/emoji_picker"
|
||||
|
@ -450,7 +450,7 @@
|
|||
android:layout_weight="1"
|
||||
android:gravity="bottom|center_horizontal"
|
||||
android:orientation="horizontal"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/emojis_button"
|
||||
|
@ -593,7 +593,7 @@
|
|||
android:minHeight="48dp"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="visible"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/snackbar_message"
|
||||
|
@ -607,7 +607,7 @@
|
|||
android:paddingStart="24dp"
|
||||
android:paddingLeft="24dp"
|
||||
android:textAppearance="@style/TextAppearance.Conversations.Body1.OnDark"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/snackbar_action"
|
||||
|
@ -625,7 +625,7 @@
|
|||
android:textAllCaps="true"
|
||||
android:textAppearance="@style/TextAppearance.Conversations.Body1.OnDark"
|
||||
android:textStyle="bold"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -39,6 +39,6 @@
|
|||
app:itemActiveIndicatorStyle="@style/monocles.Active.Indicator"
|
||||
app:menu="@menu/bottom_navigation_menu_chat"
|
||||
android:visibility="gone"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</layout>
|
|
@ -56,6 +56,6 @@
|
|||
app:menu="@menu/bottom_navigation_menu_chat"
|
||||
android:state_checked="true"
|
||||
android:visibility="gone"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</layout>
|
|
@ -89,6 +89,6 @@
|
|||
app:labelVisibilityMode="labeled"
|
||||
app:itemActiveIndicatorStyle="@style/monocles.Active.Indicator"
|
||||
app:menu="@menu/bottom_navigation_menu_accounts"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</LinearLayout>
|
|
@ -67,6 +67,6 @@
|
|||
app:labelVisibilityMode="labeled"
|
||||
app:itemActiveIndicatorStyle="@style/monocles.Active.Indicator"
|
||||
app:menu="@menu/bottom_navigation_menu_contacts"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</layout>
|
|
@ -34,7 +34,7 @@
|
|||
android:layout_below="@+id/actions"
|
||||
android:orientation="vertical"
|
||||
android:visibility="visible"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<androidx.emoji2.emojipicker.EmojiPickerView
|
||||
android:id="@+id/emoji_picker"
|
||||
|
@ -64,7 +64,7 @@
|
|||
android:layout_weight="1"
|
||||
android:gravity="bottom|center_horizontal"
|
||||
android:orientation="horizontal"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/emojis_button"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clickable="false"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/background_image"
|
||||
|
@ -55,7 +55,7 @@
|
|||
android:stackFromBottom="true"
|
||||
android:transcriptMode="normal"
|
||||
tools:listitem="@layout/message_sent"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/scroll_to_bottom_button"
|
||||
|
@ -70,7 +70,7 @@
|
|||
app:backgroundTint="?attr/color_background_primary"
|
||||
app:fabCustomSize="48dp"
|
||||
app:useCompatPadding="true"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<eu.siacs.conversations.ui.widget.UnreadCountCustomView
|
||||
android:id="@+id/unread_count_custom_view"
|
||||
|
@ -85,7 +85,7 @@
|
|||
android:elevation="8dp"
|
||||
android:visibility="gone"
|
||||
app:backgroundColor="?attr/colorAccent"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/input_area"
|
||||
|
@ -102,7 +102,7 @@
|
|||
android:layout_marginLeft="8dp"
|
||||
android:background="@drawable/input_bubble_light"
|
||||
android:alpha="0.88"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/recordingVoiceActivity"
|
||||
|
@ -110,7 +110,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:visibility="gone"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/cancel_button"
|
||||
|
@ -227,13 +227,13 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/message_input_box"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/thread_identicon_layout"
|
||||
|
@ -394,7 +394,7 @@
|
|||
android:layout_below="@+id/textformat"
|
||||
android:orientation="vertical"
|
||||
android:visibility="visible"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<androidx.emoji2.emojipicker.EmojiPickerView
|
||||
android:id="@+id/emoji_picker"
|
||||
|
@ -439,7 +439,7 @@
|
|||
android:layout_weight="1"
|
||||
android:gravity="bottom|center_horizontal"
|
||||
android:orientation="horizontal"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/emojis_button"
|
||||
|
@ -582,7 +582,7 @@
|
|||
android:minHeight="48dp"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="visible"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/snackbar_message"
|
||||
|
@ -596,7 +596,7 @@
|
|||
android:paddingStart="24dp"
|
||||
android:paddingLeft="24dp"
|
||||
android:textAppearance="@style/TextAppearance.Conversations.Body1.OnDark"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/snackbar_action"
|
||||
|
@ -614,7 +614,7 @@
|
|||
android:textAllCaps="true"
|
||||
android:textAppearance="@style/TextAppearance.Conversations.Body1.OnDark"
|
||||
android:textStyle="bold"
|
||||
android:animateLayoutChanges="true" />
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
android:layout_below="@+id/actions"
|
||||
android:orientation="vertical"
|
||||
android:visibility="visible"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<androidx.emoji2.emojipicker.EmojiPickerView
|
||||
android:id="@+id/emoji_picker"
|
||||
|
@ -61,7 +61,7 @@
|
|||
android:layout_weight="1"
|
||||
android:gravity="bottom|center_horizontal"
|
||||
android:orientation="horizontal"
|
||||
android:animateLayoutChanges="true" >
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/emojis_button"
|
||||
|
|
Loading…
Add table
Reference in a new issue