]> git.ktnx.net Git - mobile-ledger.git/commitdiff
replace ContentFrameLayout with FrameLayout
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 May 2020 16:16:42 +0000 (19:16 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 May 2020 16:16:42 +0000 (19:16 +0300)
app/src/main/res/layout/transaction_list_row.xml

index 46391a2c89273c2053c6b44dc47c5dd7a2c73d64..286ae901a8e013056310eff337083961452d0136 100644 (file)
   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
   -->
 
-<androidx.appcompat.widget.ContentFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
+    android:measureAllChildren="false"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
 
 
     </androidx.constraintlayout.widget.ConstraintLayout>
 
-</androidx.appcompat.widget.ContentFrameLayout>
\ No newline at end of file
+</FrameLayout>
\ No newline at end of file