Skip to content
Snippets Groups Projects

Feature:

Merged viccall requested to merge intefaces into develop
2 files
+ 79
65
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 685e04be
    Feature: · 685e04be
    victor authored
    Arreglar inventario
@@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/pintiaBackground"
android:padding="10dp"
android:padding="5dp"
tools:context=".exploradoresDePintia.ExploradoresDePintia"
tools:ignore="HardcodedText, UseCompoundDrawables">
@@ -280,8 +280,7 @@
android:rowCount="2"
android:columnCount="2"
android:orientation="vertical"
android:layout_marginTop="8dp"
android:padding="8dp">
android:layout_marginTop="8dp">
<Button
Loading