Merge branch 'feat_merchants' of github.com:Agorise/bitsy-wallet into feat_merchants

master
Severiano Jaramillo 2018-10-31 19:07:54 -06:00
commit b2c355210d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name=".activities.MainActivity"
android:name="de.bitshares_munich.smartcoinswallet.ReceiveActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>

View File

@ -11,10 +11,10 @@ import androidx.appcompat.widget.AppCompatImageView
*/
class SquaredImageView : AppCompatImageView {
constructor(context: Context) : super(context)
constructor(context: Context, @Nullable attrs: AttributeSet) : super(context, attrs)
constructor(context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int) : super(
context,
attrs,