Android-StatefulLayout icon indicating copy to clipboard operation
Android-StatefulLayout copied to clipboard

SimpleStatefulLayout设置offline 重试button的style

Open chenwulue opened this issue 7 years ago • 0 comments

app:offlineRetryText无效 因为 // setState custom offline retry text if(a.hasValue(R.styleable.SflStatefulLayout_offlineRetryText)) { setOfflineText(a.getString(R.styleable.SflStatefulLayout_offlineRetryText)); }

希望能够增加SimpleStatefulLayout中retry button的style的api

chenwulue avatar Feb 16 '17 12:02 chenwulue